Skip to content

Commit

Permalink
Release v1.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
adunkman committed Jan 22, 2018
1 parent 290ba2c commit f86fa9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "harvest",
"name": "chosen",
"version": "1.8.2",
"version": "1.8.3",
"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
Expand Up @@ -15,7 +15,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen <small>(<span id="latest-version">v1.8.2</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.8.3</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
Expand Up @@ -14,7 +14,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.8.2</span>)</small></h1>
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.8.3</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
Expand Up @@ -15,7 +15,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen <small>(<span id="latest-version">v1.8.2</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.8.3</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 f86fa9b

Please sign in to comment.