From f9acff41d9aeca42dd181d212edf92e2ea094cb4 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Wed, 10 Jul 2013 14:51:01 -0400 Subject: [PATCH] Version 0.12.0 - Speed Chosen up significantly (#1339) - Fix broken RTL example #1331 - Updated release procedure to remove S3 #1323 - Include docsupport contents in zip #1321 - Replace deprecated grunt-css with grunt-contrib-cssmin #1319 --- chosen.jquery.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chosen.jquery.json b/chosen.jquery.json index 011c10972ce..5d69745c7d9 100644 --- a/chosen.jquery.json +++ b/chosen.jquery.json @@ -1,7 +1,7 @@ { "name": "chosen", "description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.", - "version": "0.11.1", + "version": "0.12.0", "licenses": [ { "type": "MIT", diff --git a/package.json b/package.json index 5e729421abf..6dc355be3dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "harvest", "name": "chosen", - "version": "0.11.1", + "version": "0.12.0", "description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.", "repository": { "type": "git",