Skip to content

Commit da1091b

Browse files
Both - Release v.1.3.19
1 parent a5f308c commit da1091b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cosmos-Android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "wannabit.io.cosmostaion"
99
minSdkVersion 23
1010
targetSdkVersion 28
11-
versionCode 71
12-
versionName "1.3.18"
11+
versionCode 72
12+
versionName "1.3.19"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2439,14 +2439,14 @@
24392439
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
24402440
CODE_SIGN_IDENTITY = "Apple Development";
24412441
CODE_SIGN_STYLE = Automatic;
2442-
CURRENT_PROJECT_VERSION = 71;
2442+
CURRENT_PROJECT_VERSION = 72;
24432443
DEVELOPMENT_TEAM = 8G562MW56M;
24442444
INFOPLIST_FILE = Cosmostation/Info.plist;
24452445
LD_RUNPATH_SEARCH_PATHS = (
24462446
"$(inherited)",
24472447
"@executable_path/Frameworks",
24482448
);
2449-
MARKETING_VERSION = 1.3.18;
2449+
MARKETING_VERSION = 1.3.19;
24502450
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
24512451
PRODUCT_NAME = "$(TARGET_NAME)";
24522452
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2466,14 +2466,14 @@
24662466
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
24672467
CODE_SIGN_IDENTITY = "Apple Development";
24682468
CODE_SIGN_STYLE = Automatic;
2469-
CURRENT_PROJECT_VERSION = 71;
2469+
CURRENT_PROJECT_VERSION = 72;
24702470
DEVELOPMENT_TEAM = 8G562MW56M;
24712471
INFOPLIST_FILE = Cosmostation/Info.plist;
24722472
LD_RUNPATH_SEARCH_PATHS = (
24732473
"$(inherited)",
24742474
"@executable_path/Frameworks",
24752475
);
2476-
MARKETING_VERSION = 1.3.18;
2476+
MARKETING_VERSION = 1.3.19;
24772477
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
24782478
PRODUCT_NAME = "$(TARGET_NAME)";
24792479
PROVISIONING_PROFILE_SPECIFIER = "";

Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010
import SQLite
1111

12-
let SHOW_LOG = true;
12+
let SHOW_LOG = false;
1313
let TESTNET = false;
1414
let FEE_FREE = false;
1515

0 commit comments

Comments
 (0)