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",