From 60ccf7f0353708fc2a2d4c3747ee7bbe7aa6a940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Sat, 21 Jan 2012 14:13:07 -0500 Subject: [PATCH] Bump to version 0.3.1 --- Gemfile.lock | 2 +- lib/teamocil.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1bd637c..cb08293 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - teamocil (0.3) + teamocil (0.3.1) GEM remote: http://rubygems.org/ diff --git a/lib/teamocil.rb b/lib/teamocil.rb index ba4c20a..19be449 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,5 +1,5 @@ module Teamocil - VERSION = "0.3" + VERSION = "0.3.1" autoload :Layout, "teamocil/layout" autoload :CLI, "teamocil/cli" end