Skip to content

Commit 52e6f0f

Browse files
Merge pull request #2066 from JohnathanWhite/bump-14.40.1
Release: Bump - 14.40.1
2 parents 0f43a1e + 64eb6b2 commit 52e6f0f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ android {
103103
applicationId "com.bitpay.wallet"
104104
minSdkVersion rootProject.ext.minSdkVersion
105105
targetSdkVersion rootProject.ext.targetSdkVersion
106-
versionCode 91212401
107-
versionName "14.40.0"
106+
versionCode 91212402
107+
versionName "14.40.1"
108108
missingDimensionStrategy 'react-native-camera', 'mlkit'
109109
ndk {
110110
abiFilters "arm64-v8a", "x86_64"

ios/BitPayApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<key>CFBundlePackageType</key>
2727
<string>APPL</string>
2828
<key>CFBundleShortVersionString</key>
29-
<string>14.40.0</string>
29+
<string>14.40.1</string>
3030
<key>CFBundleSignature</key>
3131
<string>????</string>
3232
<key>CFBundleURLTypes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitpay",
3-
"version": "14.40.0",
3+
"version": "14.40.1",
44
"private": true,
55
"engines": {
66
"node": ">=20"

0 commit comments

Comments
 (0)