From 54a17fbc0197241ad378b8b335b9458a809ac04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Sun, 25 Sep 2011 15:19:05 -0400 Subject: [PATCH] Version bump to 0.1.9 --- 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 f81702f..7593a33 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,4 +1,4 @@ module Teamocil - VERSION = '0.1.8' + VERSION = '0.1.9' autoload :Layout, "teamocil/layout" end diff --git a/teamocil.gemspec b/teamocil.gemspec index ad96a8b..981f406 100644 --- a/teamocil.gemspec +++ b/teamocil.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = "teamocil" - s.version = "0.1.8" + s.version = "0.1.9" s.platform = Gem::Platform::RUBY s.authors = "Rémi Prévost" s.email = "remi@exomel.com"