From 36a5dd1827194f2dd2b0da27e44508aa00965e7e Mon Sep 17 00:00:00 2001 From: Dan Volkov Date: Mon, 15 May 2023 20:19:15 +0400 Subject: [PATCH] v1.27.1 --- VERSION_CODE | 2 +- ios/wallet/Info.plist | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION_CODE b/VERSION_CODE index 4a8d92402..83981c0e3 100644 --- a/VERSION_CODE +++ b/VERSION_CODE @@ -1 +1 @@ -174 \ No newline at end of file +175 \ No newline at end of file diff --git a/ios/wallet/Info.plist b/ios/wallet/Info.plist index 2aa5cd652..a96c30fce 100644 --- a/ios/wallet/Info.plist +++ b/ios/wallet/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.27.0 + 1.27.1 CFBundleSignature ???? CFBundleURLTypes @@ -41,7 +41,7 @@ CFBundleVersion - 174 + 175 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/package.json b/package.json index 0be690875..6ec2c1be7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallet", - "version": "1.27.0", + "version": "1.27.1", "scripts": { "start": "expo start --dev-client", "android": "expo run:android",