From be0a298f528ec59ce97889eaeeeb47a2dca9ca79 Mon Sep 17 00:00:00 2001 From: "T.J. Schuck" Date: Fri, 8 Jun 2018 14:40:10 -0400 Subject: [PATCH] 1.8.7 release --- package-lock.json | 2 +- package.json | 2 +- public/index.html | 2 +- public/index.proto.html | 2 +- public/options.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f2ba378832..d5cdd2481d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chosen", - "version": "1.8.6", + "version": "1.8.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2fe6f49d09c..231daa1d2ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "harvest", "name": "chosen", - "version": "1.8.6", + "version": "1.8.7", "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.", "keywords": [ "select", diff --git a/public/index.html b/public/index.html index b78c517a4ff..fe639a4ec86 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@
-

Chosen (v1.8.6)

+

Chosen (v1.8.7)

Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.

diff --git a/public/index.proto.html b/public/index.proto.html index e4c6c7ad161..39e62916831 100644 --- a/public/index.proto.html +++ b/public/index.proto.html @@ -14,7 +14,7 @@
-

Chosen - Prototype Version (v1.8.6)

+

Chosen - Prototype Version (v1.8.7)

Chosen is a Prototype plugin that makes long, unwieldy select boxes much more user-friendly.

diff --git a/public/options.html b/public/options.html index 2e6cde7dca4..e53eb82ee86 100644 --- a/public/options.html +++ b/public/options.html @@ -15,7 +15,7 @@
-

Chosen (v1.8.6)

+

Chosen (v1.8.7)

Chosen has a number of options and attributes that allow you to have full control of your select boxes.