diff --git a/android/app/build.gradle b/android/app/build.gradle index 74826e33..a847331a 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 47 - versionName "2.13.0" + versionCode 48 + versionName "2.14.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 76f6f410..ec53131c 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 = 47; + CURRENT_PROJECT_VERSION = 48; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = L4F7DPRAF7; INFOPLIST_FILE = ylitse/Info.plist; @@ -604,7 +604,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.13.0; + MARKETING_VERSION = 2.14.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 = 47; + CURRENT_PROJECT_VERSION = 48; DEVELOPMENT_TEAM = L4F7DPRAF7; INFOPLIST_FILE = ylitse/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.13.0; + MARKETING_VERSION = 2.14.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",