Skip to content

Commit e6af1fa

Browse files
authored
Merge pull request #174 from kkebo/bump-version-to-1.6.2
chore: bump version to 1.6.2
2 parents 7c419fc + 7ddca07 commit e6af1fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DNSecure.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
"$(inherited)",
443443
"@executable_path/Frameworks",
444444
);
445-
MARKETING_VERSION = 1.6.1;
445+
MARKETING_VERSION = 1.6.2;
446446
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
447447
PRODUCT_NAME = "$(TARGET_NAME)";
448448
STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -480,7 +480,7 @@
480480
"$(inherited)",
481481
"@executable_path/Frameworks",
482482
);
483-
MARKETING_VERSION = 1.6.1;
483+
MARKETING_VERSION = 1.6.2;
484484
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
485485
PRODUCT_NAME = "$(TARGET_NAME)";
486486
STRING_CATALOG_GENERATE_SYMBOLS = YES;

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
targets: ["DNSecure"],
1919
bundleIdentifier: "xyz.kebo.DNSecure",
2020
teamIdentifier: "X4678G5DL2",
21-
displayVersion: "1.6.1",
21+
displayVersion: "1.6.2",
2222
bundleVersion: "1",
2323
appIcon: .asset("AppIcon-legacy"),
2424
accentColor: .asset("AccentColor"),

0 commit comments

Comments
 (0)