Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlatimer committed May 6, 2015
1 parent 4032019 commit 2dd0574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# node-midi Changelog

## Version 0.9.3

* Update NAN version for iojs 2.x support. (Ilkka Myller)

## Version 0.9.2

* More NAN use for broader support (nw.js, iojs). (Andrew Morton)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi",
"version": "v0.9.2",
"version": "v0.9.3",
"scripts": {
"test": "mocha test/unit-tests.js && node test/virtual-loopback-test-automated.js"
},
Expand Down

0 comments on commit 2dd0574

Please sign in to comment.