Skip to content

Commit

Permalink
Merge pull request #1084 from JohnathanWhite/14.19
Browse files Browse the repository at this point in the history
bump 14.19
  • Loading branch information
JohnathanWhite authored Mar 7, 2024
2 parents 5b8eff5 + 80e482d commit 4ddc87d
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 91212187
versionName "14.18.1"
versionCode 91212189
versionName "14.19.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.18.1</string>
<string>14.19.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.18.1</string>
<string>14.19.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.18.1",
"version": "14.19.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 4ddc87d

Please sign in to comment.