Skip to content

Commit

Permalink
Bumped version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Exulansis committed Mar 9, 2020
1 parent 1be65b1 commit 6dfe8c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ android {
minSdkVersion 16
targetSdkVersion 26
versionCode 17
versionName "1.6.0"
versionName "1.6.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/smartwallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jolocomwallet",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"devDependencies": {
"@svgr/cli": "^4.2.0",
Expand Down

0 comments on commit 6dfe8c3

Please sign in to comment.