mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Prepare for 4.1.0
version
This commit is contained in:
parent
17e8a89e51
commit
d44d7ab3ca
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
simple_form (4.0.1)
|
||||
simple_form (4.1.0)
|
||||
actionpack (>= 5.0)
|
||||
activemodel (>= 5.0)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module SimpleForm
|
||||
VERSION = "4.0.1".freeze
|
||||
VERSION = "4.1.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue