Update version to 0.1.1

This commit is contained in:
Rémi Prévost 2011-02-05 13:34:46 -05:00
parent 6f2e3c265b
commit 2d012a241b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"