Update version to 0.1.1
This commit is contained in:
parent
6f2e3c265b
commit
2d012a241b
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user