Skip to content

Commit 6da777d

Browse files
committed
Go to 1.6.2
1 parent db00adc commit 6da777d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

chosen_v1.6.2.zip

377 KB
Binary file not shown.

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.6.1",
4+
"version": "1.6.2",
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
@@ -16,7 +16,7 @@
1616
<div id="container">
1717
<div id="content">
1818
<header>
19-
<h1>Chosen <small>(<span id="latest-version">v1.6.1</span>)</small></h1>
19+
<h1>Chosen <small>(<span id="latest-version">v1.6.2</span>)</small></h1>
2020
</header>
2121
<p>Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.</p>
2222

public/index.proto.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 - Prototype Version <small>(<span id="latest-version">v1.6.1</span>)</small></h1>
18+
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.6.2</span>)</small></h1>
1919
</header>
2020
<p>Chosen is a Prototype plugin that makes long, unwieldy select boxes much more user-friendly.</p>
2121

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.6.1</span>)</small></h1>
18+
<h1>Chosen <small>(<span id="latest-version">v1.6.2</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)