diff --git a/lib/teamocil.rb b/lib/teamocil.rb index 2ebc680..90dec28 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -4,6 +4,6 @@ $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) module Teamocil - VERSION = '0.1' + VERSION = '0.1.1' autoload :Layout, "teamocil/layout" end diff --git a/teamocil.gemspec b/teamocil.gemspec index 141ca00..ac34e40 100644 --- a/teamocil.gemspec +++ b/teamocil.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = "teamocil" - s.version = "0.1" + s.version = "0.1.1" s.platform = Gem::Platform::RUBY s.authors = "Rémi Prévost" s.email = "remi@exomel.com"