From ff94a4b60baf98fee16f4d7807801687f0db4553 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Tue, 2 Jul 2013 17:15:32 -0400 Subject: [PATCH] Version 0.11.1 Remove generated assets from repo and add a grunt task to push to S3 #1316 --- chosen.jquery.json | 3 ++- package.json | 2 +- public/index.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/chosen.jquery.json b/chosen.jquery.json index 8cb63210a55..b29f64eca5b 100644 --- a/chosen.jquery.json +++ b/chosen.jquery.json @@ -1,13 +1,14 @@ { "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.10.1", + "version": "0.11.1", "licenses": [ { "type": "MIT", "url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md" } ], + "download": "http://chosen.getharvest.com.s3.amazonaws.com/chosen_v0.11.1.zip", "title": "Chosen", "keywords": [ "select", diff --git a/package.json b/package.json index c66c20e2e4a..a94b59c529a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "harvest", "name": "chosen", - "version": "0.10.1", + "version": "0.11.1", "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", diff --git a/public/index.html b/public/index.html index 890106e3d3d..af53b19faf4 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@

Chosen

Chosen is a JavaScript plugin for jQuery and Prototype that makes long, unwieldy select boxes much more user-friendly. For more information (including usage, explanation and faqs), check out the online documentation This page is implemented using the jQuery plugin. For Prototype users, please see the Prototype example page.

Downloads

- Stable Version (v0.10.0) + Stable Version (v0.11.1) Edge Version (Master)

Standard Select