Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfkbtc committed Jul 30, 2020
1 parent 6c4213b commit 12109d0
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 @@ -122,7 +122,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "5.0.4"
versionName "5.1.0"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
2 changes: 1 addition & 1 deletion ios/VelesWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>5.1.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": "veleswallet",
"version": "5.0.4",
"version": "5.1.0",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-flow": "^7.9.0",
Expand Down

0 comments on commit 12109d0

Please sign in to comment.