Prepare for `4.1.0` version

This commit is contained in:
Leonardo Tegon 2018-11-22 20:15:06 -02:00
parent 17e8a89e51
commit d44d7ab3ca
No known key found for this signature in database
GPG Key ID: A2A555407E152BD3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
simple_form (4.0.1) simple_form (4.1.0)
actionpack (>= 5.0) actionpack (>= 5.0)
activemodel (>= 5.0) activemodel (>= 5.0)

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true # frozen_string_literal: true
module SimpleForm module SimpleForm
VERSION = "4.0.1".freeze VERSION = "4.1.0".freeze
end end