mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Release the SimpleForm 2.0.3 ❤️
This commit is contained in:
parent
310472b252
commit
79ad67da56
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## 2.1.0.dev
|
||||
## 2.0.3
|
||||
|
||||
### enhancements
|
||||
* Allow to specify custom wrappers for input types.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
simple_form (2.1.0.dev)
|
||||
simple_form (2.0.3.dev)
|
||||
actionpack (~> 3.0)
|
||||
activemodel (~> 3.0)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SimpleForm
|
||||
VERSION = "2.1.0.dev".freeze
|
||||
VERSION = "2.0.3".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue