From b4ecf4be93ffac156a27394b3a0629bb1a275c46 Mon Sep 17 00:00:00 2001 From: Joel Low Date: Thu, 23 Jul 2015 18:18:53 +0800 Subject: [PATCH] Repackage as 1.1.2. --- CHANGELOG.md | 10 +++++----- lib/simple_form/bootstrap/version.rb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8d616..f6ffcb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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; @@ -15,6 +13,10 @@ * 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 @@ -22,5 +24,3 @@ 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 diff --git a/lib/simple_form/bootstrap/version.rb b/lib/simple_form/bootstrap/version.rb index 4f39d73..8d24147 100644 --- a/lib/simple_form/bootstrap/version.rb +++ b/lib/simple_form/bootstrap/version.rb @@ -1,4 +1,4 @@ module SimpleForm; end module SimpleForm::Bootstrap - VERSION = '1.1.1' + VERSION = '1.1.2' end