Skip to content

Commit e5e5f05

Browse files
committed
Update the version number to 0.9.12
- Non-retina fixes #925, #955 - jQuery 1.9 support (removed browser) #950 - jQuery manifest
1 parent 500c34b commit e5e5f05

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.11
1+
0.9.12

chosen.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"multiselect",
88
"dropdown"
99
],
10-
"version": "0.9.11",
10+
"version": "0.9.12",
1111
"author": {
1212
"name": "harvest",
1313
"url": "http://getharvest.com"

chosen/chosen.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Chosen, a Select Box Enhancer for jQuery and Protoype
22
// by Patrick Filler for Harvest, http://getharvest.com
33
//
4-
// Version 0.9.11
4+
// Version 0.9.12
55
// Full source at https://github.com/harvesthq/chosen
66
// Copyright (c) 2011 Harvest http://getharvest.com
77

chosen/chosen.jquery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chosen/chosen.proto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Chosen, a Select Box Enhancer for jQuery and Protoype
22
// by Patrick Filler for Harvest, http://getharvest.com
33
//
4-
// Version 0.9.11
4+
// Version 0.9.12
55
// Full source at https://github.com/harvesthq/chosen
66
// Copyright (c) 2011 Harvest http://getharvest.com
77

chosen/chosen.proto.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "harvest",
33
"name": "chosen",
4-
"version": "0.9.11",
4+
"version": "0.9.12",
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",

0 commit comments

Comments
 (0)