REL: ver bump

This commit is contained in:
Overtorment 2019-04-05 17:45:33 +01:00
parent c036e00a8c
commit b4e8ca90a3
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "3.9.2",
"version": "3.9.4",
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",