diff --git a/KeyboardShortcuts.podspec b/KeyboardShortcuts.podspec index 3a86112e..f18343df 100644 --- a/KeyboardShortcuts.podspec +++ b/KeyboardShortcuts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeyboardShortcuts' - s.version = '0.1.0' + s.version = '0.1.1' 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 8f5744f5..ced1893c 100644 --- a/KeyboardShortcuts.xcodeproj/project.pbxproj +++ b/KeyboardShortcuts.xcodeproj/project.pbxproj @@ -515,7 +515,7 @@ "$(inherited)", "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 0.1.1; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; @@ -550,7 +550,7 @@ "$(inherited)", "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", ); - MARKETING_VERSION = 0.1.0; + MARKETING_VERSION = 0.1.1; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)"; diff --git a/readme.md b/readme.md index 1800c40c..d8112192 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ macOS 10.11+ #### Swift Package Manager ```swift -.package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "0.1.0") +.package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "0.1.1") ``` You need to set the build setting “Other Linker Flags” to `-weak_framework Combine` to work around [this Xcode bug](https://github.com/feedback-assistant/reports/issues/44).