Skip to content

Commit

Permalink
Bump version to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rottabonus committed May 28, 2024
1 parent c15afb2 commit 54436ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
8 changes: 4 additions & 4 deletions ios/ylitse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -596,15 +596,15 @@
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;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.13.0;
MARKETING_VERSION = 2.14.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -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",
Expand Down

0 comments on commit 54436ff

Please sign in to comment.