Skip to content

Commit ddcdfd2

Browse files
committed
Version Bump: 1.4.2
1 parent 8366f40 commit ddcdfd2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

chosen.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chosen",
33
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"licenses": [
66
{
77
"type": "MIT",

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.4.1",
4+
"version": "1.4.2",
55
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
66
"repository": {
77
"type": "git",

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.4.1</span>)</small></h1>
19+
<h1>Chosen <small>(<span id="latest-version">v1.4.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.4.1</span>)</small></h1>
18+
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.4.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.4.1</span>)</small></h1>
18+
<h1>Chosen <small>(<span id="latest-version">v1.4.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)