Skip to content

Commit 82c5885

Browse files
committed
prepare to release 2.3
1 parent 99f6b07 commit 82c5885

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

js/service/Gateways.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ myApp.factory('Gateways', ['$rootScope', function($rootScope) {
126126
return [
127127
{code : 'CNY', issuer : 'rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y'},
128128
{code : 'ULT', issuer : 'rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y'},
129+
{code : 'USD', issuer : 'rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y'},
129130
{code : 'XLM', issuer : 'rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y'}
130131
]
131132
}

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ReleaseVersion",
3-
"version": "2.1.0",
4-
"beta": "2.2.0",
3+
"version": "2.2.0",
4+
"beta": "2.3.0",
55
"message": {
66
"en" : "New version detected, you can download from https://github.com/ripplefox/ripplewallet/releases",
77
"cn" : "发现钱包新版本,请从github网站或QQ群文件里下载最新版本。",

0 commit comments

Comments
 (0)