From bfee488d4541ce2404f8afa4a71f880ee9463404 Mon Sep 17 00:00:00 2001 From: Tieson Trowbridge Date: Wed, 27 Mar 2019 15:16:29 -0400 Subject: [PATCH] Bump version number --- README.md | 2 +- bower.json | 2 +- js/bootstrap-combobox.js | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22a098e..5534243 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 1a889f5..98a2a69 100644 --- a/bower.json +++ b/bower.json @@ -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 ", diff --git a/js/bootstrap-combobox.js b/js/bootstrap-combobox.js index e436cfa..24f75df 100755 --- a/js/bootstrap-combobox.js +++ b/js/bootstrap-combobox.js @@ -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. diff --git a/package.json b/package.json index b8e7929..1b65ac9 100644 --- a/package.json +++ b/package.json @@ -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": {