Skip to content

Commit

Permalink
Prepare release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Feb 23, 2015
1 parent c96537d commit 0c887a1
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
jCarousel Changelog
===================

Version 0.3.2 - 2015-02-23
--------------------------

* Fixed page calculation in pagination plugin (#617)
* Fixed incompatibility with jQuery < 1.9 (#676)

Version 0.3.1 - 2014-04-26
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jcarousel",
"version": "0.3.1",
"version": "0.3.2",
"main": "./dist/jquery.jcarousel.js",
"dependencies": {
"jquery": ">=1.7"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"animation"
],
"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"dependencies": {
"components/jquery": ">=1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-autoscroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.1 - 2015-02-23
/*! jCarousel - v0.3.2 - 2015-02-23
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2015 Jan Sorgalla; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-autoscroll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-control.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.1 - 2015-02-23
/*! jCarousel - v0.3.2 - 2015-02-23
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2015 Jan Sorgalla; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-control.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jquery.jcarousel-core.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*! jCarousel - v0.3.1 - 2015-02-23
/*! jCarousel - v0.3.2 - 2015-02-23
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2015 Jan Sorgalla; Licensed MIT */
(function($) {
'use strict';

var jCarousel = $.jCarousel = {};

jCarousel.version = '0.3.1';
jCarousel.version = '0.3.2';

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

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.jcarousel-core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-pagination.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.1 - 2015-02-23
/*! jCarousel - v0.3.2 - 2015-02-23
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2015 Jan Sorgalla; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-pagination.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-scrollintoview.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jCarousel - v0.3.1 - 2015-02-23
/*! jCarousel - v0.3.2 - 2015-02-23
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2015 Jan Sorgalla; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-scrollintoview.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jquery.jcarousel.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*! jCarousel - v0.3.1 - 2015-02-23
/*! jCarousel - v0.3.2 - 2015-02-23
* http://sorgalla.com/jcarousel/
* Copyright (c) 2006-2015 Jan Sorgalla; Licensed MIT */
(function($) {
'use strict';

var jCarousel = $.jCarousel = {};

jCarousel.version = '0.3.1';
jCarousel.version = '0.3.2';

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

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.jcarousel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jcarousel",
"title": "jCarousel",
"description": "Riding carousels with jQuery",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "http://sorgalla.com/jcarousel/",
"author": {
"name": "Jan Sorgalla",
Expand Down

0 comments on commit 0c887a1

Please sign in to comment.