REL: ver bump

This commit is contained in:
Overtorment 2019-06-12 21:43:30 +01:00
parent 1b5ce14082
commit d3df5ba867
6 changed files with 6 additions and 5 deletions

View file

@ -102,7 +102,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "4.0.4"
versionName "4.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View file

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

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.4</string>
<string>4.1.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.0.4</string>
<string>4.1.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.0.4</string>
<string>4.1.0</string>
<key>CFBundleVersion</key>
<string>239</string>
<key>UISupportedInterfaceOrientations</key>

View file

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "4.0.4",
"version": "4.1.0",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",