Skip to content

Commit b4ecf4b

Browse files
committed
Repackage as 1.1.2.
1 parent 8b794bd commit b4ecf4b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
### bug fixes
66

7-
## 1.1.1
8-
9-
### enhancements
7+
## 1.1.2
108

119
### bug fixes
1210
* The proper ID for date/time pickers should be generated for non-JavaScript aware browsers first;
@@ -15,12 +13,14 @@
1513
* Specifying the button size (e.g. `btn-lg`) should still generate the appropriate button class
1614
(`btn-default` or `btn-primary`). [@lowjoel](https://github.com/lowjoel)
1715

16+
## 1.1.1
17+
18+
Never released.
19+
1820
## 1.1.0
1921

2022
### enhancements
2123
* There is no longer a need to retain a Simple Form initialiser, as well as a Simple
2224
Form-Bootstrap initialiser. Just call `SimpleForm::setup` and the Bootstrap defaults would be
2325
automatically applied. [@lowjoel](https://github.com/lowjoel)
2426
* Started writing specs and running them on Travis!
25-
26-
### bug 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.1'
3+
VERSION = '1.1.2'
44
end

0 commit comments

Comments
 (0)