Skip to content

Commit 50a119c

Browse files
committed
bumping version for new gem release and updating README
1 parent 606f987 commit 50a119c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@
22

33
# Rails Bootstrap Forms
44

5-
---
6-
7-
NOTE: This README reflects the current master branch, which hasn't been released yet.
8-
9-
Please see https://github.com/bootstrap-ruby/rails-bootstrap-forms/tree/v2.0.1 for the current gem version.
10-
11-
---
12-
135
**Rails Bootstrap Forms** is a rails form builder that makes it super easy to integrate
146
twitter bootstrap-style forms into your rails application.
157

168
## Requirements
179

1810
* Ruby 1.9+
19-
* Rails 3+
11+
* Rails 4.0+
2012
* Twitter Bootstrap 3.0+
2113

2214
## Installation

lib/bootstrap_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BootstrapForm
2-
VERSION = "2.0.1"
2+
VERSION = "2.1.0"
33
end

0 commit comments

Comments
 (0)