Skip to content

Commit 8b794bd

Browse files
committed
Version bump for release.
1 parent f6c8247 commit 8b794bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
### enhancements
44

5+
### bug fixes
6+
7+
## 1.1.1
8+
9+
### enhancements
10+
511
### bug fixes
612
* The proper ID for date/time pickers should be generated for non-JavaScript aware browsers first;
713
Browsers with JavaScript would reassign the label to the hidden date/time picker. This fixes

lib/simple_form/bootstrap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SimpleForm; end
22
module SimpleForm::Bootstrap
3-
VERSION = '1.1.0'
3+
VERSION = '1.1.1'
44
end

0 commit comments

Comments
 (0)