From 0c1c47aede1b3a5d0401947b053b2fb71d73588b Mon Sep 17 00:00:00 2001 From: Serhii Bykov Date: Mon, 14 Sep 2026 12:40:44 +0200 Subject: [PATCH] chore(release): bump version to 1.6.2 --- 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 32aa91f..2c6d097 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": "161", + "CURRENT_PROJECT_VERSION": "162", "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.1", + "MARKETING_VERSION": "1.6.2", "PRODUCT_BUNDLE_IDENTIFIER": "app.keyty.Keyty", "PRODUCT_NAME": "Keyty", "PROVISIONING_PROFILE_SPECIFIER": "",