Use 3.2.0.dev version for now

This commit is contained in:
José Valim 2015-09-07 10:04:07 +02:00
parent 6ba68fc42e
commit 2e808f0bcf
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
simple_form (3.1.1) simple_form (3.2.0.dev)
actionpack (~> 4.0) actionpack (~> 4.0)
activemodel (~> 4.0) activemodel (~> 4.0)

View File

@ -1,3 +1,3 @@
module SimpleForm module SimpleForm
VERSION = "3.1.1".freeze VERSION = "3.2.0.dev".freeze
end end