Skip to content

Commit

Permalink
Prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Nov 22, 2013
1 parent daa2125 commit 2f04c91
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
jCarousel Changelog
===================

Version 0.3.0 - 2013-11-22
--------------------------

* Stable release of the completely rewritten plugin.

Version 0.3.0-rc.1 - 2013-11-12
--------------------------

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ downloaded from the [release page](https://github.com/jsor/jcarousel/releases).
Documentation
-------------

The documentation of the version 0.3.0 can be found
[here](http://sorgalla.com/jcarousel/docs/).
The documentation can be found [here](http://sorgalla.com/jcarousel/docs/).

### Reference

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.0-rc.1",
"version": "0.3.0",
"main": "./dist/jquery.jcarousel.js",
"dependencies": {
"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.0-rc.1 - 2013-11-21
/*! jCarousel - v0.3.0 - 2013-11-22
* http://sorgalla.com/jcarousel
* Copyright (c) 2013 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.0-rc.1 - 2013-11-21
/*! jCarousel - v0.3.0 - 2013-11-22
* http://sorgalla.com/jcarousel
* Copyright (c) 2013 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.0-rc.1 - 2013-11-21
/*! jCarousel - v0.3.0 - 2013-11-22
* http://sorgalla.com/jcarousel
* Copyright (c) 2013 Jan Sorgalla; Licensed MIT */
(function($) {
'use strict';

var jCarousel = $.jCarousel = {};

jCarousel.version = '0.3.0-rc.1';
jCarousel.version = '0.3.0';

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.0-rc.1 - 2013-11-21
/*! jCarousel - v0.3.0 - 2013-11-22
* http://sorgalla.com/jcarousel
* Copyright (c) 2013 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.0-rc.1 - 2013-11-21
/*! jCarousel - v0.3.0 - 2013-11-22
* http://sorgalla.com/jcarousel
* Copyright (c) 2013 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.0-rc.1 - 2013-11-21
/*! jCarousel - v0.3.0 - 2013-11-22
* http://sorgalla.com/jcarousel
* Copyright (c) 2013 Jan Sorgalla; Licensed MIT */
(function($) {
'use strict';

var jCarousel = $.jCarousel = {};

jCarousel.version = '0.3.0-rc.1';
jCarousel.version = '0.3.0';

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 jcarousel.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jcarousel",
"title": "jCarousel",
"description": "jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical order. It provides a full-featured and flexible toolset for navigating any HTML based content in a carousel-like fashion.",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"homepage": "http://sorgalla.com/jcarousel",
"author": {
"name": "Jan Sorgalla",
Expand Down
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.0-rc.1",
"version": "0.3.0",
"homepage": "http://sorgalla.com/jcarousel/",
"author": {
"name": "Jan Sorgalla",
Expand Down

0 comments on commit 2f04c91

Please sign in to comment.