From 75283ac21f69b1f9e6601b35f6bc7887bdc8d26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Sun, 23 Oct 2011 21:41:34 -0400 Subject: [PATCH] Bump to 0.2.1 --- Gemfile.lock | 2 +- lib/teamocil.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d87c61a..bbc7a2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - teamocil (0.2) + teamocil (0.2.1) GEM remote: http://rubygems.org/ diff --git a/lib/teamocil.rb b/lib/teamocil.rb index 9466128..8574074 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,5 +1,5 @@ module Teamocil - VERSION = "0.2" + VERSION = "0.2.1" autoload :Layout, "teamocil/layout" autoload :CLI, "teamocil/cli" end