Skip to content

Commit

Permalink
v1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardwissing committed May 14, 2020
1 parent 2cc4c21 commit 2aed7ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ android {
applicationId "org.coinid.wallet.tbtc"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 364
versionName "1.7.8"
versionCode 366
versionName "1.7.9"
renderscriptTargetApi 23
renderscriptSupportModeEnabled true

Expand Down
8 changes: 4 additions & 4 deletions ios/COINiDWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@
buildSettings = {
APP_RETURN_SCHEME = "coinid-tbtc";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 377;
CURRENT_PROJECT_VERSION = 380;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = RTXAQQG73Y;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -1787,7 +1787,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.coinid.wallet.tbtc";
PRODUCT_BUNDLE_IDENTIFIER = org.coinid.wallet.tbtc;
PRODUCT_NAME = "tBTC COINiD";
VERSIONING_SYSTEM = "apple-generic";
};
Expand All @@ -1798,7 +1798,7 @@
buildSettings = {
APP_RETURN_SCHEME = "coinid-tbtc";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 377;
CURRENT_PROJECT_VERSION = 380;
DEVELOPMENT_TEAM = RTXAQQG73Y;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.coinid.wallet.tbtc";
PRODUCT_BUNDLE_IDENTIFIER = org.coinid.wallet.tbtc;
PRODUCT_NAME = "tBTC COINiD";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down
4 changes: 2 additions & 2 deletions ios/COINiDWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.8</string>
<string>1.7.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>377</string>
<string>380</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "COINiDWallet",
"version": "1.7.8",
"version": "1.7.9",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down

0 comments on commit 2aed7ab

Please sign in to comment.