diff --git a/KeyboardShortcuts.podspec b/KeyboardShortcuts.podspec index e2cb774a..46b10b1d 100644 --- a/KeyboardShortcuts.podspec +++ b/KeyboardShortcuts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeyboardShortcuts' - s.version = '0.4.0' + s.version = '0.5.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 b8ee9ef1..ebe7c7b1 100644 --- a/KeyboardShortcuts.xcodeproj/project.pbxproj +++ b/KeyboardShortcuts.xcodeproj/project.pbxproj @@ -666,7 +666,7 @@ "$(inherited)", "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.5.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -701,7 +701,7 @@ "$(inherited)", "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); - MARKETING_VERSION = 0.4.0; + MARKETING_VERSION = 0.5.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; diff --git a/readme.md b/readme.md index 7e042628..3c890e8b 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ This package lets you add support for user-customizable global keyboard shortcuts to your macOS app in minutes. It's fully sandbox and Mac App Store compatible. And it's used in production by [Dato](https://sindresorhus.com/dato), [Jiffy](https://sindresorhus.com/jiffy), [Plash](https://github.com/sindresorhus/Plash), and [Lungo](https://sindresorhus.com/lungo). -This package is still in its early days. I'm happy to accept more configurability and features. PR welcome! What you see here is just what I needed for my own apps. +I'm happy to accept more configurability and features. PR welcome! What you see here is just what I needed for my own apps.