diff --git a/KeyboardShortcuts.podspec b/KeyboardShortcuts.podspec index f18343df..9e4f5852 100644 --- a/KeyboardShortcuts.podspec +++ b/KeyboardShortcuts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeyboardShortcuts' - s.version = '0.1.1' + s.version = '0.2.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 9e04b861..e0a43494 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.1.1; + MARKETING_VERSION = 0.2.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.1.1; + MARKETING_VERSION = 0.2.0; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; OTHER_SWIFT_FLAGS = "$(inherited)";