Skip to content

Commit

Permalink
Merge pull request #94 from JohnathanWhite/bump-14.2.0
Browse files Browse the repository at this point in the history
bump 14.2.0
  • Loading branch information
JohnathanWhite authored Jun 9, 2022
2 parents 430ad26 + 71de988 commit f8f4e70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ android {
applicationId "com.bitpay.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 91212012
versionName "14.1.1"
versionCode 91212013
versionName "14.2.0"
missingDimensionStrategy 'react-native-camera', 'mlkit'
}
splits {
Expand Down
10 changes: 5 additions & 5 deletions ios/BitPayApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>14.1.1</string>
<string>14.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -41,15 +41,15 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
Expand All @@ -58,7 +58,7 @@
<key>NSFaceIDUsageDescription</key>
<string>Enabling Face ID allows you quick and secure access to your account.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string />
<key>NSUserTrackingUsageDescription</key>
<string>Tracking is used to identify source of traffic, optimize campaigns, and improve user experiences in the app.</string>
<key>UIAppFonts</key>
Expand All @@ -82,6 +82,6 @@
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>
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.1.1</string>
<string>14.2.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.1.1",
"version": "14.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit f8f4e70

Please sign in to comment.