chore: bump version to 1.5.1

This commit is contained in:
Kenta Kubo 2025-05-19 23:37:37 +09:00
parent f3725d67f3
commit 302d034d53
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8
2 changed files with 3 additions and 3 deletions

View file

@ -541,7 +541,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@ -568,7 +568,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

View file

@ -18,7 +18,7 @@ let package = Package(
targets: ["DNSecure"],
bundleIdentifier: "xyz.kebo.DNSecure",
teamIdentifier: "X4678G5DL2",
displayVersion: "1.5.0",
displayVersion: "1.5.1",
bundleVersion: "24",
appIcon: .asset("AppIcon"),
accentColor: .asset("AccentColor"),