Skip to content

Commit

Permalink
rm changelog, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Nov 25, 2016
1 parent 558270b commit 5497b2d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 92 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tiny-slider
![version](https://img.shields.io/badge/Version-1.0.0-green.svg)
![version](https://img.shields.io/badge/Version-1.0.1-green.svg)
Tiny slider for all purposes, inspired by [Owl Carousel](http://owlcarousel.owlgraphic.com/).
[demo](http://creatiointl.org/william/tiny-slider/v1/demo/)
<!-- [demo](http://creatiointl.org/william/tiny-slider/v1-new/demo/) -->
The previous version is still available in branch [v0](https://github.com/ganlanyuan/tiny-slider/tree/v0), you may want to know how to [transfer from v0](transfer.md).

## Install
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": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/ganlanyuan/tiny-slider",
"authors": [
"WilliamLin <[email protected]>"
Expand Down
85 changes: 0 additions & 85 deletions changelog.md

This file was deleted.

2 changes: 1 addition & 1 deletion dist/tiny-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ gn.unwrap = function (els) {
};
/**
* tiny-slider
* @version 1.0.0
* @version 1.0.1
* @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 1.0.0
* @version 1.0.1
* @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": "1.0.0",
"version": "1.0.1",
"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 1.0.0
* @version 1.0.1
* @author William Lin
* @license The MIT License (MIT)
* @github https://github.com/ganlanyuan/tiny-slider/
Expand Down

0 comments on commit 5497b2d

Please sign in to comment.