Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Jan 18, 2013
1 parent 3aedead commit dddf318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{ "name" : "inotify",
"version": "1.1.0",
"version": "1.2.0",
"author": "Camilo Aguilar <camilo@cloudescape.com>",
"email": "camilo@cloudescape.com",
"keywords": ["inotify", "watch", "monitor", "watch files", "watch directories"],
Expand All @@ -8,7 +8,7 @@
"type": "git",
"url": "http://github.com/c4milo/node-inotify"
},
"engines": {"node": "0.8"},
"engines": {"node": ">=0.8"},
"main" : "inotify"
}

2 changes: 1 addition & 1 deletion src/node_inotify.h
Expand Up @@ -10,7 +10,7 @@
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#define NODE_INOTIFY_VERSION "1.0.0"
#define NODE_INOTIFY_VERSION "1.2.0"

using namespace v8;
using namespace node;
Expand Down

0 comments on commit dddf318

Please sign in to comment.