Skip to content

Commit 6cdfd89

Browse files
Bumps version to 3.0.1
1 parent f3b507c commit 6cdfd89

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

demo/MonthPicker.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
"name": "jquery-ui-month-picker",
33
"description": "jQuery UI Month Picker Plugin",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "LGPL-2.1",
66
"repository": "https://github.com/KidSysco/jquery-ui-month-picker.git",
77
"scripts": {

src/MonthPicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
The jQuery UI Month Picker Version 3.0.0
2+
The jQuery UI Month Picker Version 3.0.1
33
44
https://github.com/KidSysco/jquery-ui-month-picker/
55

src/MonthPicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
https://github.com/KidSysco/jquery-ui-month-picker/
33
4-
Version 3.0.0
4+
Version 3.0.1
55
66
This library is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public
@@ -162,7 +162,7 @@ http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt.
162162
}
163163

164164
$.MonthPicker = {
165-
VERSION: '3.0.0', // Added in version 2.4;
165+
VERSION: '3.0.1', // Added in version 2.4;
166166
i18n: {
167167
year: 'Year',
168168
prevYear: 'Previous Year',

0 commit comments

Comments
 (0)