From 8047e2d9947ca2a165f7c7e893ee1fa8ebb4b97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Tue, 19 Jul 2011 08:45:12 -0400 Subject: [PATCH] Version bumped to 0.1.6 --- 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 9a2026e..ab61f6d 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,4 +1,4 @@ module Teamocil - VERSION = '0.1.5' + VERSION = '0.1.6' autoload :Layout, "teamocil/layout" end diff --git a/teamocil.gemspec b/teamocil.gemspec index e1f0226..3f22932 100644 --- a/teamocil.gemspec +++ b/teamocil.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = "teamocil" - s.version = "0.1.5" + s.version = "0.1.6" s.platform = Gem::Platform::RUBY s.authors = "Rémi Prévost" s.email = "remi@exomel.com"