From 66ee36dc4b3e4faf01f24ab2908e2d1aba771b53 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 18 Feb 2016 13:39:01 -0800 Subject: [PATCH] Going to 1.5.1 --- chosen.jquery.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/chosen.jquery.json b/chosen.jquery.json index 36bf7763099..f008e2f0bba 100644 --- a/chosen.jquery.json +++ b/chosen.jquery.json @@ -1,7 +1,7 @@ { "name": "chosen", "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.", - "version": "1.5.0", + "version": "1.5.1", "licenses": [ { "type": "MIT", diff --git a/package.json b/package.json index 539284d8d48..3c1cb252003 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "harvest", "name": "chosen", - "version": "1.5.0", + "version": "1.5.1", "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.", "repository": { "type": "git", diff --git a/public/index.html b/public/index.html index df2b98d040a..37e7e87aabe 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,7 @@
-

Chosen (v1.5.0)

+

Chosen (v1.5.1)

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 4a6bd1e3da3..a0346a855fb 100644 --- a/public/index.proto.html +++ b/public/index.proto.html @@ -15,7 +15,7 @@
-

Chosen - Prototype Version (v1.5.0)

+

Chosen - Prototype Version (v1.5.1)

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 0672343e891..404957901f9 100644 --- a/public/options.html +++ b/public/options.html @@ -15,7 +15,7 @@
-

Chosen (v1.5.0)

+

Chosen (v1.5.1)

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