Skip to content

Commit b420ffb

Browse files
Merge pull request #1888 from JohnathanWhite/bump-14.34.2
bump 14.34.2
2 parents d698fbc + 7becd4a commit b420ffb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 91212322
107-
versionName "14.34.1"
106+
versionCode 91212323
107+
versionName "14.34.2"
108108
missingDimensionStrategy 'react-native-camera', 'mlkit'
109109
}
110110
splits {

ios/BitPayApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<key>CFBundlePackageType</key>
2525
<string>APPL</string>
2626
<key>CFBundleShortVersionString</key>
27-
<string>14.34.1</string>
27+
<string>14.34.2</string>
2828
<key>CFBundleSignature</key>
2929
<string>????</string>
3030
<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.34.1",
3+
"version": "14.34.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)