From 9a47c9b87fa4ff16890e999695aaada85455345d Mon Sep 17 00:00:00 2001 From: Youssouf EL Azizi Date: Fri, 3 Mar 2023 14:31:06 +0100 Subject: [PATCH] v2.1.1 --- android/app/build.gradle | 2 +- ios/ObytesApp/Images.xcassets/AppIcon.appiconset/Contents.json | 2 +- .../Images.xcassets/SplashScreen.imageset/Contents.json | 2 +- .../SplashScreenBackground.imageset/Contents.json | 2 +- ios/ObytesApp/Info.plist | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ff693576..c87354e7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -147,7 +147,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "2.1.0" + versionName "2.1.1" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/ios/ObytesApp/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/ObytesApp/Images.xcassets/AppIcon.appiconset/Contents.json index 6188260a..f920cb0e 100644 --- a/ios/ObytesApp/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/ios/ObytesApp/Images.xcassets/AppIcon.appiconset/Contents.json @@ -119,4 +119,4 @@ "version": 1, "author": "expo" } -} +} \ No newline at end of file diff --git a/ios/ObytesApp/Images.xcassets/SplashScreen.imageset/Contents.json b/ios/ObytesApp/Images.xcassets/SplashScreen.imageset/Contents.json index 7d28020e..3cf84897 100644 --- a/ios/ObytesApp/Images.xcassets/SplashScreen.imageset/Contents.json +++ b/ios/ObytesApp/Images.xcassets/SplashScreen.imageset/Contents.json @@ -18,4 +18,4 @@ "version": 1, "author": "expo" } -} +} \ No newline at end of file diff --git a/ios/ObytesApp/Images.xcassets/SplashScreenBackground.imageset/Contents.json b/ios/ObytesApp/Images.xcassets/SplashScreenBackground.imageset/Contents.json index 7d28020e..3cf84897 100644 --- a/ios/ObytesApp/Images.xcassets/SplashScreenBackground.imageset/Contents.json +++ b/ios/ObytesApp/Images.xcassets/SplashScreenBackground.imageset/Contents.json @@ -18,4 +18,4 @@ "version": 1, "author": "expo" } -} +} \ No newline at end of file diff --git a/ios/ObytesApp/Info.plist b/ios/ObytesApp/Info.plist index 94f74306..b569bb85 100644 --- a/ios/ObytesApp/Info.plist +++ b/ios/ObytesApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.1.0 + 2.1.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/package.json b/package.json index b84d8b59..5aeb8a5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obytesapp", - "version": "2.1.0", + "version": "2.1.1", "private": true, "scripts": { "start": "expo start --dev-client",