Bump to version 0.3.1

This commit is contained in:
Rémi Prévost 2012-01-21 14:13:07 -05:00
parent 6390d0d7ed
commit 60ccf7f035
2 changed files with 2 additions and 2 deletions

View File

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

View File

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