Skip to content

Commit 009f043

Browse files
committed
Prepare release v0.3.9
1 parent 141ca09 commit 009f043

16 files changed

+516
-559
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
jCarousel Changelog
22
===================
33

4+
Version 0.3.9 - 2018-07-30
5+
--------------------------
6+
7+
* Fix jQuery version to include path version (#836)
8+
49
Version 0.3.8 - 2018-05-31
510
--------------------------
611

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"animation"
1010
],
1111
"license": "MIT",
12-
"version": "0.3.7",
12+
"version": "0.3.9",
1313
"dependencies": {
1414
"components/jquery": ">=1.7.0"
1515
},

dist/jquery.jcarousel-autoscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jCarousel - v0.3.8 - 2018-05-31
1+
/*! jCarousel - v0.3.9 - 2018-07-30
22
* http://sorgalla.com/jcarousel/
33
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
44
(function($, document) {

dist/jquery.jcarousel-autoscroll.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.

dist/jquery.jcarousel-control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jCarousel - v0.3.8 - 2018-05-31
1+
/*! jCarousel - v0.3.9 - 2018-07-30
22
* http://sorgalla.com/jcarousel/
33
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
44
(function($) {

dist/jquery.jcarousel-control.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.

dist/jquery.jcarousel-core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*! jCarousel - v0.3.8 - 2018-05-31
1+
/*! jCarousel - v0.3.9 - 2018-07-30
22
* http://sorgalla.com/jcarousel/
33
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
44
(function($) {
55
'use strict';
66

77
var jCarousel = $.jCarousel = {};
88

9-
jCarousel.version = '0.3.8';
9+
jCarousel.version = '0.3.9';
1010

1111
var rRelativeTarget = /^([+\-]=)?(.+)$/;
1212

dist/jquery.jcarousel-core.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.jcarousel-pagination.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jCarousel - v0.3.8 - 2018-05-31
1+
/*! jCarousel - v0.3.9 - 2018-07-30
22
* http://sorgalla.com/jcarousel/
33
* Copyright (c) 2006-2018 Jan Sorgalla; Licensed MIT */
44
(function($) {

dist/jquery.jcarousel-pagination.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.

0 commit comments

Comments
 (0)