From 302d034d53f0da8ca453320b23100bd2eb6ce427 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Mon, 19 May 2025 23:37:37 +0900 Subject: [PATCH] chore: bump version to 1.5.1 --- 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 2c4476a..77edcdb 100644 --- a/DNSecure.xcodeproj/project.pbxproj +++ b/DNSecure.xcodeproj/project.pbxproj @@ -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"; diff --git a/Package.swift b/Package.swift index fc85293..ca39572 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.0", + displayVersion: "1.5.1", bundleVersion: "24", appIcon: .asset("AppIcon"), accentColor: .asset("AccentColor"),