Skip to content

Commit be0a298

Browse files
committed
1.8.7 release
1 parent 77fd031 commit be0a298

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6",
4+
"version": "1.8.7",
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.6</span>)</small></h1>
18+
<h1>Chosen <small>(<span id="latest-version">v1.8.7</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.6</span>)</small></h1>
17+
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.8.7</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.6</span>)</small></h1>
18+
<h1>Chosen <small>(<span id="latest-version">v1.8.7</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)