From 51f79bcc1e77dc081d0e16ce681f624a655c6c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Wed, 26 Oct 2011 05:21:53 -0400 Subject: [PATCH] Bump to 0.2.2 --- Gemfile.lock | 2 +- lib/teamocil.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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