Skip to content

Commit bfee488

Browse files
committed
Bump version number
1 parent dc40ea3 commit bfee488

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ When activating the plugin, you may include an object containing options for the
8484

8585

8686
## Dependencies
87-
Uses the latest 1.X version of jQuery and the latest 2.X or 3.X of bootstrap.
87+
Uses the latest 1.X version of jQuery and the latest version of Bootstrap.
8888

8989
## Live Example
9090

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-combobox",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"homepage": "https://github.com/danielfarrell/bootstrap-combobox",
55
"authors": [
66
"Daniel Farrell <[email protected]>",

js/bootstrap-combobox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* =============================================================
2-
* bootstrap-combobox.js v1.1.8
2+
* bootstrap-combobox.js v1.2.0
33
* =============================================================
4-
* Copyright 2012 Daniel Farrell
4+
* Copyright 2019 Daniel Farrell
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@danielfarrell/bootstrap-combobox",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"description": "A combobox plugin that works with twitter bootstrap",
55
"main": "js/bootstrap-combobox.js",
66
"scripts": {

0 commit comments

Comments
 (0)