fix batteries version, bump version

This commit is contained in:
Sami Samhuri 2011-05-14 18:13:26 -07:00
parent 8b645ff24c
commit e8285daee3

View file

@ -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 <sami.samhuri@gmail.com>"
, "repository" :
@ -19,5 +19,5 @@
, "url" : "http://github.com/samsonjs/northwatcher/raw/master/LICENSE"
}
]
, "dependencies" : { "batteries" : "0.1.x" }
, "dependencies" : { "batteries" : "0.2.x" }
}