Skip to content

Commit 80a2adc

Browse files
author
Benjamin Albert
committed
Bumps version to 3.0.4
1 parent 0e8f966 commit 80a2adc

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.3",
4+
"version": "3.0.4",
55
"license": "GPL-3.0",
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.3
2+
The jQuery UI Month Picker Version 3.0.4
33
https://github.com/KidSysco/jquery-ui-month-picker/
44
55
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>

src/MonthPicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
The jQuery UI Month Picker Version 3.0.3
2+
The jQuery UI Month Picker Version 3.0.4
33
https://github.com/KidSysco/jquery-ui-month-picker/
44
55
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
@@ -166,7 +166,7 @@ along with this program. If not, see
166166
}
167167

168168
$.MonthPicker = {
169-
VERSION: '3.0.3', // Added in version 2.4;
169+
VERSION: '3.0.4', // Added in version 2.4;
170170
i18n: {
171171
year: 'Year',
172172
prevYear: 'Previous Year',

0 commit comments

Comments
 (0)