diff --git a/package.json b/package.json index daab45d..152a74e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "kwikemon" -, "version": "0.0.5" +, "version": "0.0.6" , "description": "monitor one-off things on your servers" , "author": "Sami Samhuri " , "license": "MIT" diff --git a/ruby/version.rb b/ruby/version.rb index f4da415..156a46c 100644 --- a/ruby/version.rb +++ b/ruby/version.rb @@ -1,3 +1,3 @@ module Kwikemon - VERSION = '0.0.2' + VERSION = '0.0.3' end