diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f45fe524..c76e39e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Tiny-slider was strongly inspired by [Owl Carousel](https://owlcarousel2.github. ### Fire an issue We can't test Tiny-slider on every browser and device. There are always some edge cases in which tiny-slider may not run properly. Fire an issue when it doesn't work for you. This not only helps you, also prevent others from facing the same issue. **Notes for firing issues:** -- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.1.3 for version 2) +- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.1.4 for version 2) - Provide the OS and browser version. - Provide a link or your plugin options. diff --git a/README.md b/README.md index a974d725..d1543e2b 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # tiny-slider 2.0 -![version](https://img.shields.io/badge/Version-2.1.3-green.svg) +![version](https://img.shields.io/badge/Version-2.1.4-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) [Tests](http://ganlanyuan.github.io/tiny-slider/tests/tests.html) diff --git a/bower.json b/bower.json index 77301a06..2c179397 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tiny-slider", - "version": "2.1.3", + "version": "2.1.4", "homepage": "https://github.com/ganlanyuan/tiny-slider", "authors": [ "WilliamLin " diff --git a/package-lock.json b/package-lock.json index 4070cbde..e93a887c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tiny-slider", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69f8df5b..ed56ed93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiny-slider", - "version": "2.1.3", + "version": "2.1.4", "description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.", "main": "dist/tiny-slider.js", "directories": {