Skip to content

Commit d97e5e9

Browse files
committed
0.5.0
1 parent 43d7fe5 commit d97e5e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

KeyboardShortcuts.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KeyboardShortcuts'
3-
s.version = '0.4.0'
3+
s.version = '0.5.0'
44
s.summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes'
55
s.license = 'MIT'
66
s.homepage = 'https://github.com/sindresorhus/KeyboardShortcuts'

KeyboardShortcuts.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
"$(inherited)",
667667
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
668668
);
669-
MARKETING_VERSION = 0.4.0;
669+
MARKETING_VERSION = 0.5.0;
670670
OTHER_CFLAGS = "$(inherited)";
671671
OTHER_LDFLAGS = "$(inherited)";
672672
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -701,7 +701,7 @@
701701
"$(inherited)",
702702
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
703703
);
704-
MARKETING_VERSION = 0.4.0;
704+
MARKETING_VERSION = 0.5.0;
705705
OTHER_CFLAGS = "$(inherited)";
706706
OTHER_LDFLAGS = "$(inherited)";
707707
OTHER_SWIFT_FLAGS = "$(inherited)";

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
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).
77

8-
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.
8+
I'm happy to accept more configurability and features. PR welcome! What you see here is just what I needed for my own apps.
99

1010
<img src="https://github.com/sindresorhus/KeyboardShortcuts/raw/master/screenshot.png" width="532">
1111

0 commit comments

Comments
 (0)