Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhurden committed Jun 13, 2021
1 parent 6616083 commit 7d1b816
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.3.0 - 2021-06-13
- Add Apple Music identifier to whitelist
- Add Package.swift
- Add function to stop the MediaKeyTap

# 2.2.1 - 2019-02-24
- Avoid TIS/TSM error due to creation of NSEvents on a background thread.

Expand Down
2 changes: 1 addition & 1 deletion MediaKeyTap.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MediaKeyTap"
s.version = "2.2.1"
s.version = "2.3.0"
s.summary = "Access the Mac's media keys in Swift"
s.homepage = "https://github.com/nhurden/MediaKeyTap"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand Down

0 comments on commit 7d1b816

Please sign in to comment.