From 520d432ee1c723236d10c8578f72e6e45ff602e3 Mon Sep 17 00:00:00 2001 From: Andrew Dunkman Date: Tue, 5 Sep 2017 16:03:19 -0400 Subject: [PATCH] Release 1.8.2 --- package.json | 2 +- public/index.html | 2 +- public/index.proto.html | 2 +- public/options.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3004ba96020..aa7308d8522 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "harvest", "name": "chosen", - "version": "1.8.1", + "version": "1.8.2", "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 01d8aae9f5c..913bfd2a311 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@
-

Chosen (v1.8.1)

+

Chosen (v1.8.2)

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 b226d5241f0..11c9346d660 100644 --- a/public/index.proto.html +++ b/public/index.proto.html @@ -14,7 +14,7 @@
-

Chosen - Prototype Version (v1.8.1)

+

Chosen - Prototype Version (v1.8.2)

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 8efaf1f0242..3e2a6a87e4e 100644 --- a/public/options.html +++ b/public/options.html @@ -15,7 +15,7 @@
-

Chosen (v1.8.1)

+

Chosen (v1.8.2)

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