Skip to content

Commit

Permalink
Version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed Jul 23, 2015
1 parent f6c8247 commit 8b794bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### enhancements

### bug fixes

## 1.1.1

### enhancements

### bug fixes
* The proper ID for date/time pickers should be generated for non-JavaScript aware browsers first;
Browsers with JavaScript would reassign the label to the hidden date/time picker. This fixes
Expand Down
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.0'
VERSION = '1.1.1'
end

0 comments on commit 8b794bd

Please sign in to comment.