diff --git a/VERSION.yml b/VERSION.yml index ca05e3700..9b2548122 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- :major: 0 :minor: 1 -:patch: 8 +:patch: 9 diff --git a/formtastic.gemspec b/formtastic.gemspec index 6204af7eb..7920fbf3e 100644 --- a/formtastic.gemspec +++ b/formtastic.gemspec @@ -2,12 +2,12 @@ Gem::Specification.new do |s| s.name = %q{formtastic} - s.version = "0.1.8" + s.version = "0.1.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin French"] s.autorequire = %q{formtastic} - s.date = %q{2009-05-17} + s.date = %q{2009-05-21} s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup} s.email = %q{justin@indent.com.au} s.extra_rdoc_files = [ @@ -47,4 +47,3 @@ Gem::Specification.new do |s| else end end -