Skip to content

Commit

Permalink
bumping version for new gem release and updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
potenza committed Apr 1, 2014
1 parent 606f987 commit 50a119c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,13 @@

# Rails Bootstrap Forms

---

NOTE: This README reflects the current master branch, which hasn't been released yet.

Please see https://github.com/bootstrap-ruby/rails-bootstrap-forms/tree/v2.0.1 for the current gem version.

---

**Rails Bootstrap Forms** is a rails form builder that makes it super easy to integrate
twitter bootstrap-style forms into your rails application.

## Requirements

* Ruby 1.9+
* Rails 3+
* Rails 4.0+
* Twitter Bootstrap 3.0+

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap_form/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BootstrapForm
VERSION = "2.0.1"
VERSION = "2.1.0"
end

0 comments on commit 50a119c

Please sign in to comment.