REL: ver bump

This commit is contained in:
Overtorment 2019-08-13 20:43:01 +01:00
parent e640c2e5f4
commit 597511b945
7 changed files with 7 additions and 6 deletions

View File

@ -118,7 +118,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "4.2.1"
versionName "4.3.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}

View File

@ -3,3 +3,4 @@ vim ios/BlueWalletWatch/Info.plist
vim "ios/BlueWalletWatch Extension/Info.plist"
vim android/app/build.gradle
vim package.json
vim package-lock.json

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.1</string>
<string>4.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>4.2.1</string>
<string>4.3.0</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>LSApplicationCategoryType</key>

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.1</string>
<string>4.3.0</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>UISupportedInterfaceOrientations</key>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "4.2.1",
"version": "4.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "4.2.1",
"version": "4.3.0",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.1",