From c7094b0b7a5daa6a7ad6204679a0c3c32e65f83a Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 22 Jun 2020 12:47:40 +0800 Subject: [PATCH] 0.3.0 --- KeyboardShortcuts.podspec | 2 +- KeyboardShortcuts.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/KeyboardShortcuts.podspec b/KeyboardShortcuts.podspec index d4f2f340..faea5196 100644 --- a/KeyboardShortcuts.podspec +++ b/KeyboardShortcuts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeyboardShortcuts' - s.version = '0.2.2' + s.version = '0.3.0' s.summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes' s.license = 'MIT' s.homepage = 'https://github.com/sindresorhus/KeyboardShortcuts' diff --git a/KeyboardShortcuts.xcodeproj/project.pbxproj b/KeyboardShortcuts.xcodeproj/project.pbxproj index 313266c3..5a0cfcf4 100644 --- a/KeyboardShortcuts.xcodeproj/project.pbxproj +++ b/KeyboardShortcuts.xcodeproj/project.pbxproj @@ -519,7 +519,7 @@ "$(inherited)", "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); - MARKETING_VERSION = 0.2.2; + MARKETING_VERSION = 0.3.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -554,7 +554,7 @@ "$(inherited)", "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); - MARKETING_VERSION = 0.2.2; + MARKETING_VERSION = 0.3.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)";