Skip to content

Commit

Permalink
v0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryKiller committed Mar 14, 2018
1 parent 03b0feb commit e4412c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file removed applescript/getCurrentTrack.scpt
Binary file not shown.
3 changes: 3 additions & 0 deletions example.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// iTunes Bridge 0.3.0-alpha by AngryKiller.
// GPL-3.0

const iTunes = require('./itunes-bridge');
var currentTrack = iTunes.getCurrentTrack();

Expand Down
2 changes: 1 addition & 1 deletion itunes-bridge.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// iTunes Bridge 0.2.2-alpha by AngryKiller.
// iTunes Bridge 0.3.0-alpha by AngryKiller.
// GPL-3.0

// TODO: get library infos from the iTunes xml
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "itunes-bridge",
"version": "0.2.2",
"description": "A NodeJS package to control and get informations from iTunes through AppleScript",
"version": "0.3.0",
"description": "A macOS only (for the moment) NodeJS package to control and get informations from iTunes through AppleScript",
"main": "itunes-bridge.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit e4412c4

Please sign in to comment.