Bump to 0.2.1

This commit is contained in:
Rémi Prévost 2011-10-23 21:41:34 -04:00
parent 459b971a6a
commit 75283ac21f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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