From 85f9eae119df3802a0f5c627aa0ed45896932b61 Mon Sep 17 00:00:00 2001 From: Felix Hallenberg Date: Thu, 12 Oct 2023 07:10:43 +0300 Subject: [PATCH] Bump version to 2.11.0 --- android/app/build.gradle | 4 ++-- ios/ylitse.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d14dd670..6c562997 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -106,8 +106,8 @@ android { applicationId "com.ylitse" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 44 - versionName "2.10.1" + versionCode 45 + versionName "2.11.0" testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } diff --git a/ios/ylitse.xcodeproj/project.pbxproj b/ios/ylitse.xcodeproj/project.pbxproj index 8b1a8ebf..2ea76163 100644 --- a/ios/ylitse.xcodeproj/project.pbxproj +++ b/ios/ylitse.xcodeproj/project.pbxproj @@ -596,7 +596,7 @@ CODE_SIGN_ENTITLEMENTS = ylitse/ylitse.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 44; + CURRENT_PROJECT_VERSION = 45; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = L4F7DPRAF7; INFOPLIST_FILE = ylitse/Info.plist; @@ -604,7 +604,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.10.1; + MARKETING_VERSION = 2.11.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -629,14 +629,14 @@ CODE_SIGN_ENTITLEMENTS = ylitse/ylitse.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 44; + CURRENT_PROJECT_VERSION = 45; DEVELOPMENT_TEAM = L4F7DPRAF7; INFOPLIST_FILE = ylitse/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.10.1; + MARKETING_VERSION = 2.11.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",