Skip to content

Commit 5e11af9

Browse files
committed
Version 1.8.5
1 parent c4ac280 commit 5e11af9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "harvest",
33
"name": "chosen",
4-
"version": "1.8.4",
4+
"version": "1.8.5",
55
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
66
"keywords": [
77
"select",

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div id="container">
1616
<div id="content">
1717
<header>
18-
<h1>Chosen <small>(<span id="latest-version">v1.8.4</span>)</small></h1>
18+
<h1>Chosen <small>(<span id="latest-version">v1.8.5</span>)</small></h1>
1919
</header>
2020
<p>Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.</p>
2121

public/index.proto.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div id="container">
1515
<div id="content">
1616
<header>
17-
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.8.4</span>)</small></h1>
17+
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.8.5</span>)</small></h1>
1818
</header>
1919
<p>Chosen is a Prototype plugin that makes long, unwieldy select boxes much more user-friendly.</p>
2020

public/options.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div id="container">
1616
<div id="content">
1717
<header>
18-
<h1>Chosen <small>(<span id="latest-version">v1.8.4</span>)</small></h1>
18+
<h1>Chosen <small>(<span id="latest-version">v1.8.5</span>)</small></h1>
1919
</header>
2020
<p>Chosen has a number of options and attributes that allow you to have full control of your select boxes.</p>
2121

0 commit comments

Comments
 (0)