Skip to content

Commit e816d75

Browse files
committed
Version bump to 1.3.0
1 parent ad93b04 commit e816d75

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ However, you can specify that you'd like to use [the release ZIP](https://github
2020
Either install from the command line with
2121

2222
```
23-
$ bower install https://github.com/harvesthq/chosen/releases/download/v1.2.0/chosen_v1.2.0.zip
23+
$ bower install https://github.com/harvesthq/chosen/releases/download/v1.3.0/chosen_v1.3.0.zip
2424
````
2525
2626
or add Chosen to your own project's `bower.json` file, like:
@@ -31,7 +31,7 @@ or add Chosen to your own project's `bower.json` file, like:
3131
"version": "1.0.0",
3232
"dependencies": {
3333
"jquery": "1.11.0",
34-
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.2.0/chosen_v1.2.0.zip"
34+
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.3.0/chosen_v1.3.0.zip"
3535
}
3636
}
3737
```

chosen.jquery.json

+2-2
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.2.0",
4+
"version": "1.3.0",
55
"licenses": [
66
{
77
"type": "MIT",
@@ -46,4 +46,4 @@
4646
"dependencies": {
4747
"jquery": ">=1.4.4"
4848
}
49-
}
49+
}

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