1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Release 2.0.0.rc

This commit is contained in:
Rafael Mendonça França 2012-02-01 15:14:59 -02:00
parent 6c5715d1e7
commit da92c45953
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## 2.0.0.dev
## 2.0.0.rc
### enhancements
* Add `button_class` configuration to change the class of buttons. ([@sryche](https://github.com/sryche))

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (2.0.0.dev)
simple_form (2.0.0.rc)
actionpack (~> 3.0)
activemodel (~> 3.0)

View file

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "2.0.0.dev".freeze
VERSION = "2.0.0.rc".freeze
end