From b2504f1d055fa1d05009775699ca251dfcbfd02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Tue, 19 Jul 2011 20:47:47 -0400 Subject: [PATCH] Version bump --- lib/teamocil.rb | 2 +- teamocil.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/teamocil.rb b/lib/teamocil.rb index ab61f6d..c5b6672 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,4 +1,4 @@ module Teamocil - VERSION = '0.1.6' + VERSION = '0.1.7' autoload :Layout, "teamocil/layout" end diff --git a/teamocil.gemspec b/teamocil.gemspec index 3f22932..67db66d 100644 --- a/teamocil.gemspec +++ b/teamocil.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = "teamocil" - s.version = "0.1.6" + s.version = "0.1.7" s.platform = Gem::Platform::RUBY s.authors = "Rémi Prévost" s.email = "remi@exomel.com"