From a0edc82e11be9aaafe22ded05cd97af3e4780e7f Mon Sep 17 00:00:00 2001 From: Serhii Bykov Date: Fri, 11 Sep 2026 11:34:20 +0200 Subject: [PATCH] chore(release): bump version to 1.6.1 --- 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 6e066e8..9227ab9 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": "160", + "CURRENT_PROJECT_VERSION": "161", "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.0", + "MARKETING_VERSION": "1.6.1", "PRODUCT_BUNDLE_IDENTIFIER": "app.keyty.Keyty", "PRODUCT_NAME": "Keyty", "PROVISIONING_PROFILE_SPECIFIER": "",