Skip to content

Commit

Permalink
Version 0.11.1
Browse files Browse the repository at this point in the history
Remove generated assets from repo and add a grunt task to
push to S3 #1316
  • Loading branch information
pfiller committed Jul 2, 2013
1 parent 771867c commit ff94a4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion chosen.jquery.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Chosen</h1>
<p>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 <a href="http://harvesthq.github.com/chosen/">online documentation</a> This page is implemented using the jQuery plugin. For Prototype users, please see <a href="index.proto.html">the Prototype example page</a>.</p>

<h2>Downloads</h2>
<a id="latest_version" class="button button-blue" href="http://chosen.getharvest.com.s3.amazonaws.com/chosen_v0.10.0.zip">Stable Version (v0.10.0)</a>
<a id="latest_version" class="button button-blue" href="http://chosen.getharvest.com.s3.amazonaws.com/chosen_v0.11.1.zip">Stable Version (v0.11.1)</a>
<a class="button button-blue" href="http://chosen.getharvest.com.s3.amazonaws.com/chosen_master.zip">Edge Version (Master)</a>

<h2>Standard Select</h2>
Expand Down

0 comments on commit ff94a4b

Please # to comment.