diff --git a/package.json b/package.json index 70d6bce..ff51a0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "northwatcher" , "description" : "NorthWatcher is cron for filesystem changes." -, "version" : "0.1.2" +, "version" : "0.1.3" , "homepage" : "http://samhuri.net/proj/northwatcher" , "author" : "Sami Samhuri " , "repository" : @@ -19,5 +19,5 @@ , "url" : "http://github.com/samsonjs/northwatcher/raw/master/LICENSE" } ] -, "dependencies" : { "batteries" : "0.1.x" } +, "dependencies" : { "batteries" : "0.2.x" } }