Skip to content

Commit

Permalink
Merge pull request bitpay#403 from JohnathanWhite/bump-14.6.5
Browse files Browse the repository at this point in the history
bump 14.6.5
  • Loading branch information
JohnathanWhite authored Sep 12, 2022
2 parents 6e2c83e + 0ba0877 commit 05818df
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 @@ -137,8 +137,8 @@ android {
applicationId "com.bitpay.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 91212040
versionName "14.6.4"
versionCode 91212041
versionName "14.6.5"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion ios/BitPayApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>14.6.4</string>
<string>14.6.5</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": "bitpay",
"version": "14.6.4",
"version": "14.6.5",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 05818df

Please sign in to comment.