Skip to content

Commit f97ae2e

Browse files
committed
Bumped version to 1.5.1
1 parent e534da5 commit f97ae2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ android {
102102
applicationId "com.jolocomwallet"
103103
minSdkVersion 16
104104
targetSdkVersion 26
105-
versionCode 16
106-
versionName "1.5.0"
105+
versionCode 17
106+
versionName "1.5.1"
107107
ndk {
108108
abiFilters "armeabi-v7a", "x86"
109109
}

ios/smartwallet/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.5.0</string>
20+
<string>1.5.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jolocomwallet",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"devDependencies": {
66
"@types/enzyme": "^3.1.9",

0 commit comments

Comments
 (0)