Skip to content

Commit

Permalink
Repackage as 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed Jul 23, 2015
1 parent 8b794bd commit b4ecf4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

### bug fixes

## 1.1.1

### enhancements
## 1.1.2

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

## 1.1.1

Never released.

## 1.1.0

### enhancements
* There is no longer a need to retain a Simple Form initialiser, as well as a Simple
Form-Bootstrap initialiser. Just call `SimpleForm::setup` and the Bootstrap defaults would be
automatically applied. [@lowjoel](https://github.com/lowjoel)
* Started writing specs and running them on Travis!

### bug fixes
2 changes: 1 addition & 1 deletion lib/simple_form/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SimpleForm; end
module SimpleForm::Bootstrap
VERSION = '1.1.1'
VERSION = '1.1.2'
end

0 comments on commit b4ecf4b

Please sign in to comment.