Bump to 0.2.2

This commit is contained in:
Rémi Prévost 2011-10-26 05:21:53 -04:00
parent 0068baf3cb
commit 51f79bcc1e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
teamocil (0.2.1) teamocil (0.2.2)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/

View File

@ -1,5 +1,5 @@
module Teamocil module Teamocil
VERSION = "0.2.1" VERSION = "0.2.2"
autoload :Layout, "teamocil/layout" autoload :Layout, "teamocil/layout"
autoload :CLI, "teamocil/cli" autoload :CLI, "teamocil/cli"
end end