Skip to content

Commit 6d73ca5

Browse files
authored
0.1.0
1 parent 6101948 commit 6d73ca5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ object appConfig {
2727
const val targetSdkVersion = 34
2828

2929
private const val MAJOR = 0
30-
private const val MINOR = 0
31-
private const val PATCH = 2
30+
private const val MINOR = 1
31+
private const val PATCH = 0
3232
const val versionCode = MAJOR * 10000 + MINOR * 100 + PATCH
33-
const val versionName = "$MAJOR.$MINOR.$PATCH-SNAPSHOT"
33+
const val versionName = "$MAJOR.$MINOR.$PATCH"
3434
}
3535

3636
object deps {

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"$(inherited)",
433433
"@executable_path/Frameworks",
434434
);
435-
MARKETING_VERSION = 0.0.1;
435+
MARKETING_VERSION = 0.1.0;
436436
PRODUCT_BUNDLE_IDENTIFIER = "com.hoc081098.github-search-kmm.iosApp";
437437
PRODUCT_NAME = "$(TARGET_NAME)";
438438
SWIFT_VERSION = 5.0;
@@ -453,7 +453,7 @@
453453
"$(inherited)",
454454
"@executable_path/Frameworks",
455455
);
456-
MARKETING_VERSION = 0.0.1;
456+
MARKETING_VERSION = 0.1.0;
457457
PRODUCT_BUNDLE_IDENTIFIER = "com.hoc081098.github-search-kmm.iosApp";
458458
PRODUCT_NAME = "$(TARGET_NAME)";
459459
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)