Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Aug 16, 2017
1 parent f75dcf8 commit dedf433
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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 2.0
![version](https://img.shields.io/badge/Version-2.0.3-green.svg)
![version](https://img.shields.io/badge/Version-2.1.0-green.svg)
Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/).
[Demos](http://ganlanyuan.github.io/tiny-slider/tests/index.html)

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": "2.0.3",
"version": "2.1.0",
"homepage": "https://github.com/ganlanyuan/tiny-slider",
"authors": [
"WilliamLin <[email protected]>"
Expand Down
12 changes: 10 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-slider",
"version": "2.0.3",
"version": "2.1.0",
"description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.",
"main": "dist/tiny-slider.js",
"directories": {
Expand All @@ -22,6 +22,5 @@
"bugs": {
"url": "https://github.com/ganlanyuan/tiny-slider/issues"
},
"homepage": "https://github.com/ganlanyuan/tiny-slider#readme",
"dependencies": {}
"homepage": "https://github.com/ganlanyuan/tiny-slider#readme"
}

0 comments on commit dedf433

Please sign in to comment.