diff --git a/Gemfile.lock b/Gemfile.lock index bbc7a2b..4515308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - teamocil (0.2.1) + teamocil (0.2.2) GEM remote: http://rubygems.org/ diff --git a/lib/teamocil.rb b/lib/teamocil.rb index 8574074..9999f1d 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,5 +1,5 @@ module Teamocil - VERSION = "0.2.1" + VERSION = "0.2.2" autoload :Layout, "teamocil/layout" autoload :CLI, "teamocil/cli" end