diff --git a/README.md b/README.md index a2411db..a3f05a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # iTunes-bridge -A macOS and Windows NodeJS package to control and get informations from iTunes through AppleScript +A macOS and Windows NodeJS package to control and get informations from iTunes and macOS Music app through AppleScript ##### If you need OS X Mavericks and earlier support, use the 0.3.0-alpha, but you will have no Windows support and events in this version. diff --git a/package.json b/package.json index 12eba3e..56a1ee1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "itunes-bridge", - "version": "0.6.5", - "description": "A macOS and Windows NodeJS package to control and get informations from iTunes through AppleScript", + "version": "0.6.6", + "description": "A macOS and Windows NodeJS package to control and get informations from iTunes and macOS Music app through AppleScript", "main": "itunes-bridge.js", "repository": { "type": "git", @@ -13,6 +13,9 @@ }, "keywords": [ "itunes", + "music", + "apple", + "apple-music", "nodejs", "applescript", "control",