diff --git a/android/app/build.gradle b/android/app/build.gradle index 20209ceb00..41a49f84a6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,7 +103,7 @@ android { minSdkVersion 16 targetSdkVersion 26 versionCode 17 - versionName "1.6.0" + versionName "1.6.1" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/ios/smartwallet/Info.plist b/ios/smartwallet/Info.plist index 2335fc1117..dc4371e10d 100644 --- a/ios/smartwallet/Info.plist +++ b/ios/smartwallet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/package.json b/package.json index 4d026fc34b..81a0801c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jolocomwallet", - "version": "1.6.0", + "version": "1.6.1", "private": true, "devDependencies": { "@svgr/cli": "^4.2.0",