Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Dec 29, 2024
1 parent 3a41e5c commit a3cf605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HotKey.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HotKey'
spec.version = '0.2.0'
spec.version = '0.2.1'
spec.authors = {'Sam Soffes' => '[email protected]'}
spec.homepage = 'https://github.com/soffes/HotKey'
spec.summary = 'Simple global shortcuts in macOS.'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simple global shortcuts in macOS. HotKey wraps the Carbon APIs for dealing with
For installation with [Swift Package Manager](https://github.com/apple/swift-package-manager), simply add the following to your `Package.swift`:

``` swift
.package(url: "https://github.com/soffes/HotKey", from: "0.2.0")
.package(url: "https://github.com/soffes/HotKey", from: "0.2.1")
```

### Carthage
Expand Down

0 comments on commit a3cf605

Please sign in to comment.