Skip to content

Commit

Permalink
Update version to 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Jul 12, 2024
1 parent 4c2337e commit 2dca8d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ extensions.configure(ApplicationExtension::class) {
namespace = "io.sellmair.pacemaker"

defaultConfig {
versionName = "2023.5"
versionCode = 13
versionName = "2024.1"
versionCode = 14
}
}

Expand Down
8 changes: 4 additions & 4 deletions iosApp/Pacemaker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_ASSET_PATHS = "\"Pacemaker/Preview Content\"";
DEVELOPMENT_TEAM = R58Q77NDGL;
Expand All @@ -423,7 +423,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2023.5;
MARKETING_VERSION = 2024.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -450,7 +450,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_ASSET_PATHS = "\"Pacemaker/Preview Content\"";
DEVELOPMENT_TEAM = R58Q77NDGL;
ENABLE_PREVIEWS = YES;
Expand All @@ -470,7 +470,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2023.5;
MARKETING_VERSION = 2024.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 2dca8d8

Please sign in to comment.