Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Feb 7, 2014
1 parent ea99e38 commit f093b39
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.0.0",
"version": "1.1.0",
"licenses": [
{
"type": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "harvest",
"name": "chosen",
"version": "1.0.0",
"version": "1.1.0",
"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.0.0</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.1.0</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.0.0</span>)</small></h1>
<h1>Chosen - Prototype Version <small>(<span id="latest-version">v1.1.0</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.0.0</span>)</small></h1>
<h1>Chosen <small>(<span id="latest-version">v1.1.0</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 f093b39

Please sign in to comment.