Bump to 1.1.1.

This commit is contained in:
José Valim 2010-02-19 08:31:36 +01:00
parent 70de24e12c
commit 1037fc449f
4 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,13 @@
== 1.1
== 1.1.1
* bug fix
* fix some escaping issues
== 1.1.0
* enhancements
* Rails 3 support with generators, templates and HTML 5
== 1.0
* First release
* First release

View File

@ -8,7 +8,7 @@ SimpleForm aims to be as flexible as possible while helping you with powerful co
Install the gem:
sudo gem install simple_form --version=1.1
sudo gem install simple_form
Run the generator:

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "1.1.0".freeze
VERSION = "1.1.1".freeze
end

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{simple_form}
s.version = "1.1.0"
s.version = "1.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
s.date = %q{2010-02-07}
s.date = %q{2010-02-19}
s.description = %q{Forms made easy!}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [