Skip to content

Commit

Permalink
Version bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfiller committed Mar 11, 2015
1 parent ed09b28 commit 1866cf4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chosen.jquery.json
@@ -1,7 +1,7 @@
{
"name": "chosen",
"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.",
"version": "1.4.0",
"version": "1.4.1",
"licenses": [
{
"type": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "harvest",
"name": "chosen",
"version": "1.4.0",
"version": "1.4.1",
"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.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -16,7 +16,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen <small>(<span id="latest-version">v1.4.0</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.4.1</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 @@ -15,7 +15,7 @@
<div id="container">
<div id="content">
<header>
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.4.0</span>)</small></h1>
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.4.1</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.4.0</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.4.1</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 1866cf4

Please sign in to comment.