Skip to content

Commit

Permalink
Merge pull request #1343 from JohnathanWhite/bump-14.25.4
Browse files Browse the repository at this point in the history
bump 14.25.4
  • Loading branch information
JohnathanWhite authored Sep 11, 2024
2 parents 5decdfa + 260bd00 commit a1c76b1
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 91212231
versionName "14.25.3"
versionCode 91212233
versionName "14.25.4"
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.25.3</string>
<string>14.25.4</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.25.3</string>
<string>14.25.4</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.25.3",
"version": "14.25.4",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit a1c76b1

Please sign in to comment.