Skip to content

Commit d062b06

Browse files
committed
Build for version 5.1.1
1 parent e7adf32 commit d062b06

8 files changed

+10
-6
lines changed

History.textile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
h3. 5.1.1
2+
3+
* No functional changes
4+
15
h3. 5.1.0
26

37
* Support Chinese

build/jquery.continuousCalendar-5.1.0-min.js renamed to build/jquery.continuousCalendar-5.1.1-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.

build/jquery.continuousCalendar-latest-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.

build/jquery.continuousCalendar-latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ var RangeEvents = require('./RangeEvents')
18511851
var SingleDateEvents = require('./SingleDateEvents')
18521852

18531853
$.continuousCalendar = {
1854-
"version" : "5.1.0"
1854+
"version" : "5.1.1"
18551855
}
18561856
$.fn.continuousCalendar = function(options) {
18571857
return this.each(function() { _continuousCalendar.call($(this), options) })

continuousCalendar.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"form",
1515
"i18n"
1616
],
17-
"version" : "5.1.0",
17+
"version" : "5.1.1",
1818
"author" : {
1919
"name": "Eero Anttila",
2020
"url" : "http://eeroanttila.wordpress.com/about/"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-continuous-calendar",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Date picker and range selector with scrollable months instead of paged",
55
"repository": {
66
"type": "git",

src/continuousCalendar/jquery.continuousCalendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var RangeEvents = require('./RangeEvents')
99
var SingleDateEvents = require('./SingleDateEvents')
1010

1111
$.continuousCalendar = {
12-
"version" : "5.1.0"
12+
"version" : "5.1.1"
1313
}
1414
$.fn.continuousCalendar = function(options) {
1515
return this.each(function() { _continuousCalendar.call($(this), options) })

0 commit comments

Comments
 (0)