From 6647074eebad9545ab535902dd3d3fbbc507400e Mon Sep 17 00:00:00 2001 From: Felix Hallenberg Date: Wed, 14 Feb 2024 09:50:32 +0200 Subject: [PATCH] Bump version to 2.13.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 b0a406b9..74826e33 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 46 - versionName "2.12.0" + versionCode 47 + versionName "2.13.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 3549f136..76f6f410 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 = 46; + CURRENT_PROJECT_VERSION = 47; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = L4F7DPRAF7; INFOPLIST_FILE = ylitse/Info.plist; @@ -604,7 +604,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.12.0; + MARKETING_VERSION = 2.13.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 = 46; + CURRENT_PROJECT_VERSION = 47; DEVELOPMENT_TEAM = L4F7DPRAF7; INFOPLIST_FILE = ylitse/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.12.0; + MARKETING_VERSION = 2.13.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",