Skip to content

Commit 1422351

Browse files
committed
fixing version issue (forgot to check in these changes) fixes bootstrap-ruby#154
1 parent 5d79fae commit 1422351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Pending Release
1+
## 2.2.0 (2014-09-16)
22

33
Bugfixes:
44
- Fixed an exception raised when form_group block returns nil (#111)

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.1.1"
2+
VERSION = "2.2.0"
33
end

0 commit comments

Comments
 (0)