Skip to content

Commit a3cf605

Browse files
committed
Version 0.2.1
1 parent 3a41e5c commit a3cf605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HotKey.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'HotKey'
3-
spec.version = '0.2.0'
3+
spec.version = '0.2.1'
44
spec.authors = {'Sam Soffes' => 'sam@soff.es'}
55
spec.homepage = 'https://github.com/soffes/HotKey'
66
spec.summary = 'Simple global shortcuts in macOS.'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Simple global shortcuts in macOS. HotKey wraps the Carbon APIs for dealing with
1313
For installation with [Swift Package Manager](https://github.com/apple/swift-package-manager), simply add the following to your `Package.swift`:
1414

1515
``` swift
16-
.package(url: "https://github.com/soffes/HotKey", from: "0.2.0")
16+
.package(url: "https://github.com/soffes/HotKey", from: "0.2.1")
1717
```
1818

1919
### Carthage

0 commit comments

Comments
 (0)