mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Release 3.0.0.rc ❤️
This commit is contained in:
parent
79ba6bfad1
commit
1cf987541d
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
simple_form (3.0.0.beta1)
|
||||
simple_form (3.0.0.rc)
|
||||
actionpack (>= 4.0.0.rc1, < 4.1)
|
||||
activemodel (>= 4.0.0.rc1, < 4.1)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SimpleForm
|
||||
VERSION = "3.0.0.beta1".freeze
|
||||
VERSION = "3.0.0.rc".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue