From 47ff02ad2692aa8eb3025deb6c8e7aeac01553f8 Mon Sep 17 00:00:00 2001 From: Serhii Bykov Date: Sun, 20 Sep 2026 12:23:06 +0200 Subject: [PATCH] chore(release): bump version to 1.7.0 --- Apps/Keyty/Project.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/Keyty/Project.swift b/Apps/Keyty/Project.swift index 86418fc..ad0bbaf 100644 --- a/Apps/Keyty/Project.swift +++ b/Apps/Keyty/Project.swift @@ -12,7 +12,7 @@ let appSettings: SettingsDictionary = [ "ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS": "YES", "CLANG_ENABLE_OBJC_WEAK": "YES", "CODE_SIGN_ENTITLEMENTS": "Sources/Keyty/Resources/Keyty.entitlements", - "CURRENT_PROJECT_VERSION": "163", + "CURRENT_PROJECT_VERSION": "164", "DEAD_CODE_STRIPPING": "YES", "ENABLE_HARDENED_RUNTIME": "YES", "FRAMEWORK_SEARCH_PATHS": [ @@ -28,7 +28,7 @@ let appSettings: SettingsDictionary = [ "$(inherited)", "@executable_path/../Frameworks", ], - "MARKETING_VERSION": "1.6.3", + "MARKETING_VERSION": "1.7.0", "PRODUCT_BUNDLE_IDENTIFIER": "app.keyty.Keyty", "PRODUCT_NAME": "Keyty", "PROVISIONING_PROFILE_SPECIFIER": "",