From 8d6c8d6b5e9b539246a6f5c7e45f6450bc13fd9b Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:17:36 +0900 Subject: [PATCH] chore: bump version to 1.6.0 --- DNSecure.xcodeproj/project.pbxproj | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DNSecure.xcodeproj/project.pbxproj b/DNSecure.xcodeproj/project.pbxproj index 3283aa0..d55b527 100644 --- a/DNSecure.xcodeproj/project.pbxproj +++ b/DNSecure.xcodeproj/project.pbxproj @@ -442,7 +442,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.1; + MARKETING_VERSION = 1.6.0; PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; @@ -480,7 +480,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.1; + MARKETING_VERSION = 1.6.0; PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; diff --git a/Package.swift b/Package.swift index 1507332..3078ccf 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( targets: ["DNSecure"], bundleIdentifier: "xyz.kebo.DNSecure", teamIdentifier: "X4678G5DL2", - displayVersion: "1.5.1", + displayVersion: "1.6.0", bundleVersion: "1", appIcon: .asset("AppIcon-legacy"), accentColor: .asset("AccentColor"),