Skip to content

Commit

Permalink
Merge pull request #1099 from JohnathanWhite/bump-14.19
Browse files Browse the repository at this point in the history
bump 14.19.1
  • Loading branch information
JohnathanWhite committed Mar 20, 2024
2 parents a41563b + 1b708f6 commit 713b7de
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 91212189
versionName "14.19.0"
versionCode 91212191
versionName "14.19.1"
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.19.0</string>
<string>14.19.1</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.19.0</string>
<string>14.19.1</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.19.0",
"version": "14.19.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 713b7de

Please sign in to comment.