Skip to content

Commit baf1a15

Browse files
Both - release 1.3.17(69) fixed version
1 parent 7bc0952 commit baf1a15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cosmos-Android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
applicationId "wannabit.io.cosmostaion"
99
minSdkVersion 23
1010
targetSdkVersion 28
11-
versionCode 67
11+
versionCode 69
1212
versionName "1.3.17"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}

Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@
24212421
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
24222422
CODE_SIGN_IDENTITY = "Apple Development";
24232423
CODE_SIGN_STYLE = Automatic;
2424-
CURRENT_PROJECT_VERSION = 67;
2424+
CURRENT_PROJECT_VERSION = 69;
24252425
DEVELOPMENT_TEAM = 8G562MW56M;
24262426
INFOPLIST_FILE = Cosmostation/Info.plist;
24272427
LD_RUNPATH_SEARCH_PATHS = (
@@ -2448,7 +2448,7 @@
24482448
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
24492449
CODE_SIGN_IDENTITY = "Apple Development";
24502450
CODE_SIGN_STYLE = Automatic;
2451-
CURRENT_PROJECT_VERSION = 67;
2451+
CURRENT_PROJECT_VERSION = 69;
24522452
DEVELOPMENT_TEAM = 8G562MW56M;
24532453
INFOPLIST_FILE = Cosmostation/Info.plist;
24542454
LD_RUNPATH_SEARCH_PATHS = (

Cosmos-IOS/Cosmostation/Cosmostation/Controller/Main/VoteDetailsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class VoteDetailsViewController: BaseViewController, UITableViewDelegate, UITabl
302302
} else if (chainType == ChainType.KAVA_MAIN) {
303303
url = KAVA_PROPOSALS + "/" + id + "/votes/" + address
304304
}
305-
print("url ", url)
305+
// print("url ", url)
306306
let request = Alamofire.request(url, method: .get, parameters: [:], encoding: URLEncoding.default, headers: [:])
307307
request.responseJSON { (response) in
308308
switch response.result {

0 commit comments

Comments
 (0)