From d823c56a3b8f64bbe3fafd5b21a7ab22e507c8ee Mon Sep 17 00:00:00 2001 From: Overtorment Date: Thu, 2 May 2019 21:55:03 +0100 Subject: [PATCH] REL: v4.0.0 --- android/app/build.gradle | 2 +- ios/BlueWallet/Info.plist | 2 +- ios/BlueWalletWatch Extension/Info.plist | 2 +- ios/BlueWalletWatch/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fda02aa58..3f1a2d3a7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -102,7 +102,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "3.9.8" + versionName "4.0.0" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist index 32af56e06..4b2cf96f8 100644 --- a/ios/BlueWallet/Info.plist +++ b/ios/BlueWallet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.9.8 + 4.0.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/BlueWalletWatch Extension/Info.plist b/ios/BlueWalletWatch Extension/Info.plist index 376169518..41b82a86b 100644 --- a/ios/BlueWalletWatch Extension/Info.plist +++ b/ios/BlueWalletWatch Extension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 3.9.8 + 4.0.0 CFBundleVersion 239 LSApplicationCategoryType diff --git a/ios/BlueWalletWatch/Info.plist b/ios/BlueWalletWatch/Info.plist index 19acbaa8c..fbb671a3f 100644 --- a/ios/BlueWalletWatch/Info.plist +++ b/ios/BlueWalletWatch/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.9.8 + 4.0.0 CFBundleVersion 239 UISupportedInterfaceOrientations diff --git a/package-lock.json b/package-lock.json index fa8c1bea9..202c0cc15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "BlueWallet", - "version": "3.9.8", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4495465da..281d7d13d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BlueWallet", - "version": "3.9.8", + "version": "4.0.0", "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^10.0.1",