Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesont committed Mar 27, 2019
1 parent dc40ea3 commit bfee488
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ When activating the plugin, you may include an object containing options for the


## Dependencies
Uses the latest 1.X version of jQuery and the latest 2.X or 3.X of bootstrap.
Uses the latest 1.X version of jQuery and the latest version of Bootstrap.

## Live Example

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-combobox",
"version": "1.1.8",
"version": "1.2.0",
"homepage": "https://github.com/danielfarrell/bootstrap-combobox",
"authors": [
"Daniel Farrell <danielfarrell76@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions js/bootstrap-combobox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* =============================================================
* bootstrap-combobox.js v1.1.8
* bootstrap-combobox.js v1.2.0
* =============================================================
* Copyright 2012 Daniel Farrell
* Copyright 2019 Daniel Farrell
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@danielfarrell/bootstrap-combobox",
"version": "1.1.8",
"version": "1.2.0",
"description": "A combobox plugin that works with twitter bootstrap",
"main": "js/bootstrap-combobox.js",
"scripts": {
Expand Down

0 comments on commit bfee488

Please sign in to comment.