File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ android {
102
102
applicationId " com.jolocomwallet"
103
103
minSdkVersion 16
104
104
targetSdkVersion 26
105
- versionCode 16
106
- versionName " 1.5.0 "
105
+ versionCode 17
106
+ versionName " 1.5.1 "
107
107
ndk {
108
108
abiFilters " armeabi-v7a" , " x86"
109
109
}
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.5.0 </string >
20
+ <string >1.5.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jolocomwallet" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"private" : true ,
5
5
"devDependencies" : {
6
6
"@types/enzyme" : " ^3.1.9" ,
You can’t perform that action at this time.
0 commit comments