bump versions

This commit is contained in:
Sami Samhuri 2013-08-24 18:05:42 -07:00
parent 5e978e94da
commit 4bf4b09bc9
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ "name": "kwikemon" { "name": "kwikemon"
, "version": "0.0.5" , "version": "0.0.6"
, "description": "monitor one-off things on your servers" , "description": "monitor one-off things on your servers"
, "author": "Sami Samhuri <sami@samhuri.net>" , "author": "Sami Samhuri <sami@samhuri.net>"
, "license": "MIT" , "license": "MIT"

View file

@ -1,3 +1,3 @@
module Kwikemon module Kwikemon
VERSION = '0.0.2' VERSION = '0.0.3'
end end