Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed Feb 23, 2016
1 parent f5b09e5 commit 828ad88
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
@@ -1,5 +1,11 @@
## master

### enhancements

### bug fixes

## 1.3.0

### enhancements
* Implement support for token fields. Use the `as: :token` on a Simple Form input field.

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.2.0'
VERSION = '1.3.0'
end

0 comments on commit 828ad88

Please sign in to comment.