Release 3.0.0.beta1 💖

This is a combo with Ruby 2.0.0-p0 and Rails 4.0.0.beta1, so heart combo
to everyone

💛💙💜❤️💚
This commit is contained in:
Rafael Mendonça França 2013-02-25 21:55:08 -03:00
parent 98f65536c4
commit feab1ee41c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 3.0.0.dev
## 3.0.0.beta1
### enhancements
* Support to Rails 4.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (3.0.0.dev)
simple_form (3.0.0.beta1)
actionpack (>= 4.0.0.beta, < 4.1)
activemodel (>= 4.0.0.beta, < 4.1)

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "3.0.0.dev".freeze
VERSION = "3.0.0.beta1".freeze
end