Version bump to 0.1.9

This commit is contained in:
Rémi Prévost 2011-09-25 15:19:05 -04:00
parent 97e1c72926
commit 54a17fbc01
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
module Teamocil module Teamocil
VERSION = '0.1.8' VERSION = '0.1.9'
autoload :Layout, "teamocil/layout" autoload :Layout, "teamocil/layout"
end end

View File

@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|
s.name = "teamocil" s.name = "teamocil"
s.version = "0.1.8" s.version = "0.1.9"
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = "Rémi Prévost" s.authors = "Rémi Prévost"
s.email = "remi@exomel.com" s.email = "remi@exomel.com"