Skip to content

Commit

Permalink
Merge pull request #9 from niyazpk/master
Browse files Browse the repository at this point in the history
Update to v0.9.13
  • Loading branch information
benjamincanac committed Nov 8, 2015
2 parents 5d8ca79 + fa275f6 commit ca02936
Show file tree
Hide file tree
Showing 5 changed files with 734 additions and 284 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bootstrap Multiselect Rails

Easily add [bootstrap-multiselect v0.9.9](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.
Easily add [bootstrap-multiselect v0.9.13](https://github.com/davidstutz/bootstrap-multiselect.git) to your Rails application using the asset pipeline.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions bootstrap-multiselect-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = BootstrapMultiselect::Rails::VERSION
spec.authors = ["Benjamin Canac"]
spec.email = ["[email protected]"]
spec.description = %q{Add Bootstrap Multiselect v0.9.9 to your rails app. See https://github.com/davidstutz/bootstrap-multiselect for more information about bootstrap-multiselect.}
spec.summary = %q{Add Bootstrap Multiselect v0.9.9 to your rails app.}
spec.description = %q{Add Bootstrap Multiselect v0.9.13 to your rails app. See https://github.com/davidstutz/bootstrap-multiselect for more information about bootstrap-multiselect.}
spec.summary = %q{Add Bootstrap Multiselect v0.9.13 to your rails app.}
spec.homepage = "https://github.com/benjamincanac/bootstrap-multiselect-rails"
spec.license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap-multiselect-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BootstrapMultiselect
module Rails
VERSION = '0.9.9'
VERSION = '0.9.13'
end
end
Loading

0 comments on commit ca02936

Please sign in to comment.