From 6e7f503339c90e17b7a77c54641e4edec5e1ced7 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Fri, 27 May 2022 19:51:28 +0800 Subject: [PATCH] Version bump for 2.2.1 --- Quicksilver/Configuration/Developer.xcconfig | 4 ++-- Quicksilver/SharedSupport/CHANGELOG | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Quicksilver/Configuration/Developer.xcconfig b/Quicksilver/Configuration/Developer.xcconfig index 5a4af233d..f90fcba98 100644 --- a/Quicksilver/Configuration/Developer.xcconfig +++ b/Quicksilver/Configuration/Developer.xcconfig @@ -1,10 +1,10 @@ // This file contains developer-specific information. You can provide temporary overrides to build settings here. // The bundle version displayed in the Finder's Get Info dialog and About Box -QS_INFO_VERSION = 2.2.0 +QS_INFO_VERSION = 2.2.1 // The current development version shown in About Box -QS_BUNDLE_VERSION = 4033 +QS_BUNDLE_VERSION = 4034 // A build of Quicksilver that breaks backwards compatibility for plugins. Setting a value here will mean that all future plugins built with `bltrversion` will have a minimum QS version requirement of this value QS_BACKWARDS_COMPATIBILITY_BREAK = 4001 diff --git a/Quicksilver/SharedSupport/CHANGELOG b/Quicksilver/SharedSupport/CHANGELOG index 573cac776..69cf69006 100644 --- a/Quicksilver/SharedSupport/CHANGELOG +++ b/Quicksilver/SharedSupport/CHANGELOG @@ -1,4 +1,12 @@ -## Changes - ## +## Changes - 2.2.1 (4035) 2022-05-21 ## + +*Requires macOS 10.14+* + +### Fixes ### + +* Regression introduced in 2.2.0 that could cause the wrong action/item to be executed (#2880) + +## Changes - 2.2.0 (4034) 2022-05-21 ## *Requires macOS 10.14+*