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:
parent
6c5715d1e7
commit
da92c45953
3 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SimpleForm
|
||||
VERSION = "2.0.0.dev".freeze
|
||||
VERSION = "2.0.0.rc".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue