Skip to content

Commit

Permalink
Merge pull request #1461 from jolocom/release/v1.7.0
Browse files Browse the repository at this point in the history
Bump version numbers to 1.7.0
  • Loading branch information
VolkerSchiewe authored Sep 13, 2019
2 parents 7788216 + 3a1b573 commit 546db59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ android {
applicationId "com.jolocomwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 17
versionName "1.6.0"
versionCode 18
versionName "1.7.0"
vectorDrawables.useSupportLibrary = true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
2 changes: 1 addition & 1 deletion ios/JolocomWallet/Base.lproj/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.7.0</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.7.0",
"private": true,
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand Down

0 comments on commit 546db59

Please sign in to comment.