Skip to content

Commit

Permalink
Version 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adunkman committed Apr 11, 2018
1 parent c4ac280 commit 5e11af9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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": "1.8.4",
"version": "1.8.5",
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
"keywords": [
"select",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen <small>(<span id="latest-version">v1.8.4</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.8.5</span>)</small></h1>
</header>
<p>Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.</p>

Expand Down
2 changes: 1 addition & 1 deletion public/index.proto.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.8.4</span>)</small></h1>
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.8.5</span>)</small></h1>
</header>
<p>Chosen is a Prototype plugin that makes long, unwieldy select boxes much more user-friendly.</p>

Expand Down
2 changes: 1 addition & 1 deletion public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen <small>(<span id="latest-version">v1.8.4</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.8.5</span>)</small></h1>
</header>
<p>Chosen has a number of options and attributes that allow you to have full control of your select boxes.</p>

Expand Down

0 comments on commit 5e11af9

Please sign in to comment.