Skip to content

Commit c557790

Browse files
committed
v1.8.0
1 parent 319a91c commit c557790

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ android {
117117
applicationId "org.coinid.wallet.tbtc"
118118
minSdkVersion rootProject.ext.minSdkVersion
119119
targetSdkVersion rootProject.ext.targetSdkVersion
120-
versionCode 367
121-
versionName "1.7.9"
120+
versionCode 368
121+
versionName "1.8.0"
122122
renderscriptTargetApi 23
123123
renderscriptSupportModeEnabled true
124124

ios/COINiDWallet.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@
17511751
buildSettings = {
17521752
APP_RETURN_SCHEME = "coinid-tbtc";
17531753
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1754-
CURRENT_PROJECT_VERSION = 382;
1754+
CURRENT_PROJECT_VERSION = 383;
17551755
DEAD_CODE_STRIPPING = NO;
17561756
DEVELOPMENT_TEAM = RTXAQQG73Y;
17571757
HEADER_SEARCH_PATHS = (
@@ -1798,7 +1798,7 @@
17981798
buildSettings = {
17991799
APP_RETURN_SCHEME = "coinid-tbtc";
18001800
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1801-
CURRENT_PROJECT_VERSION = 382;
1801+
CURRENT_PROJECT_VERSION = 383;
18021802
DEVELOPMENT_TEAM = RTXAQQG73Y;
18031803
HEADER_SEARCH_PATHS = (
18041804
"$(inherited)",

ios/COINiDWallet/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.7.9</string>
20+
<string>1.8.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>382</string>
35+
<string>383</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false />
3838
<key>LSApplicationQueriesSchemes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "COINiDWallet",
3-
"version": "1.7.9",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

0 commit comments

Comments
 (0)