REL: ver bump v3.8.1

This commit is contained in:
Overtorment 2019-02-23 14:24:54 +00:00
parent d4f11a3bde
commit 537b8daf16
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.8.0"
versionName "3.8.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View file

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

View file

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