Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Sep 29, 2016
1 parent 5014823 commit 774e1fb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tiny-slider
![version](https://img.shields.io/badge/Version-0.4.2-green.svg)
![version](https://img.shields.io/badge/Version-0.5.0-green.svg)
Tiny slider for all purposes, inspired by [Owl Carousel](http://owlcarousel.owlgraphic.com/).
Works on morden browsers and IE8+.
[demo](http://creatiointl.org/william/tiny-slider/v1/demo/)
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": "tiny-slider",
"version": "0.4.2",
"version": "0.5.0",
"homepage": "https://github.com/ganlanyuan/tiny-slider",
"authors": [
"WilliamLin <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class `tiny-next` => attribute `[data-controls="next"`.
-->

#### v0.5.0
- Added: `rewind` option. Thanks [faboulaws](https://github.com/ganlanyuan/tiny-slider/pull/10).
- Added: `rewind` option. Thank [faboulaws](https://github.com/ganlanyuan/tiny-slider/pull/10).

#### v0.4.2
- Fixed: a length issue when slider parent element has non-zero `padding`.
Expand Down
2 changes: 1 addition & 1 deletion dist/tiny-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ gn.getWidth = function (el) {
};
/**
* tiny-slider
* @version 0.4.2
* @version 0.5.0
* @author William Lin
* @license The MIT License (MIT)
* @github https://github.com/ganlanyuan/tiny-slider/
Expand Down
2 changes: 1 addition & 1 deletion dist/tiny-slider.native.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* tiny-slider
* @version 0.4.2
* @version 0.5.0
* @author William Lin
* @license The MIT License (MIT)
* @github https://github.com/ganlanyuan/tiny-slider/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-slider",
"version": "0.4.2",
"version": "0.5.0",
"description": "Pure tiny javascript slider for all purposes.",
"main": "dist/tiny-slider.js",
"style": "dist/tiny-slider.css",
Expand Down
2 changes: 1 addition & 1 deletion src/tiny-slider.native.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* tiny-slider
* @version 0.4.2
* @version 0.5.0
* @author William Lin
* @license The MIT License (MIT)
* @github https://github.com/ganlanyuan/tiny-slider/
Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
tinySlider({
container: document.querySelector('.autoplay'),
items: 3,
// autoplay: true,
autoplay: true,
speed: 300,
autoplayTimeout: 3000,
autoplayText: ['▶', '❚❚']
Expand Down

0 comments on commit 774e1fb

Please sign in to comment.