Skip to content

Commit

Permalink
Merge pull request #1063 from JohnathanWhite/bump-14.18
Browse files Browse the repository at this point in the history
bump 14.18
  • Loading branch information
JohnathanWhite committed Feb 20, 2024
2 parents f612140 + cf9fd76 commit 5286a71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
applicationId "com.bitpay.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 91212183
versionName "14.17.2"
versionCode 91212185
versionName "14.18.0"
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 @@ -24,7 +24,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>14.17.2</string>
<string>14.18.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/BitPayAppTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>14.17.2</string>
<string>14.18.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</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.17.2",
"version": "14.18.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 5286a71

Please sign in to comment.