Skip to content

Commit fb9365f

Browse files
committed
feat: Bump version.
1 parent b1eb651 commit fb9365f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jvmTarget = "17"
33
compileSdk = "35"
44
targetSdk = "35"
55
minSdk = "21"
6-
versionName = "2.0.0"
6+
versionName = "2.0.1"
77

88
kotlin = "2.2.0"
99
agp = "8.11.1"

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"$(inherited)",
451451
"@executable_path/Frameworks",
452452
);
453-
MARKETING_VERSION = 1.1.0;
453+
MARKETING_VERSION = 2.0.1;
454454
PRODUCT_BUNDLE_IDENTIFIER = com.zrcoding.hackertabIos;
455455
PRODUCT_NAME = "$(TARGET_NAME)";
456456
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -489,7 +489,7 @@
489489
"$(inherited)",
490490
"@executable_path/Frameworks",
491491
);
492-
MARKETING_VERSION = 1.1.0;
492+
MARKETING_VERSION = 2.0.1;
493493
PRODUCT_BUNDLE_IDENTIFIER = com.zrcoding.hackertabIos;
494494
PRODUCT_NAME = "$(TARGET_NAME)";
495495
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

0 commit comments

Comments
 (0)