Skip to content

Commit 49b017b

Browse files
committed
0.1.1
1 parent 8e7291f commit 49b017b

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.1.0'
3+
s.version = '0.1.1'
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
@@ -515,7 +515,7 @@
515515
"$(inherited)",
516516
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
517517
);
518-
MARKETING_VERSION = 0.1.0;
518+
MARKETING_VERSION = 0.1.1;
519519
OTHER_CFLAGS = "$(inherited)";
520520
OTHER_LDFLAGS = "$(inherited)";
521521
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -550,7 +550,7 @@
550550
"$(inherited)",
551551
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
552552
);
553-
MARKETING_VERSION = 0.1.0;
553+
MARKETING_VERSION = 0.1.1;
554554
OTHER_CFLAGS = "$(inherited)";
555555
OTHER_LDFLAGS = "$(inherited)";
556556
OTHER_SWIFT_FLAGS = "$(inherited)";

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ macOS 10.11+
1818
#### Swift Package Manager
1919

2020
```swift
21-
.package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "0.1.0")
21+
.package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "0.1.1")
2222
```
2323

2424
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).

0 commit comments

Comments
 (0)