Skip to content

Commit

Permalink
2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Sep 23, 2024
1 parent e6dfaba commit fa3c295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = "2024.1"
versionCode = 14
versionName = "2024.2"
versionCode = 15
}
}

Expand Down Expand Up @@ -66,7 +66,7 @@ kotlin {
}

cocoapods {
version = "2023.1"
version = "2024.2"
name = "PM"
podfile = project.file("../iosApp/Podfile")

Expand Down
4 changes: 2 additions & 2 deletions iosApp/Pacemaker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2024.1;
MARKETING_VERSION = 2024.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -470,7 +470,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2024.1;
MARKETING_VERSION = 2024.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit fa3c295

Please sign in to comment.