Skip to content

Commit

Permalink
updated release (0.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
unclechu committed Jul 27, 2014
1 parent 925f627 commit f8546bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jack-connector",
"description": "Bindings JACK-Audio-Connection-Kit for Node.JS",
"version": "0.1.3",
"version": "0.1.4",
"keywords": [
"jack",
"jackd",
Expand Down
2 changes: 1 addition & 1 deletion src/jack_connector.cc
Expand Up @@ -28,7 +28,7 @@
* THE SOFTWARE.
*/

#define VERSION "0.1.3"
#define VERSION "0.1.4"

#include <node.h>
#include <jack/jack.h>
Expand Down

0 comments on commit f8546bc

Please sign in to comment.