diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 269c9abf..0e8b7e94 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.7.4 for version 2)
+- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.8.0 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 6ae6ee24..f91efb05 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# tiny-slider 2.0
[![](https://data.jsdelivr.com/v1/package/npm/tiny-slider/badge?style=rounded)](https://www.jsdelivr.com/package/npm/tiny-slider)
-![version](https://img.shields.io/badge/Version-2.7.4-green.svg)
+![version](https://img.shields.io/badge/Version-2.8.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)
[Tests](http://ganlanyuan.github.io/tiny-slider/tests/tests.html)
@@ -73,10 +73,10 @@ Note: some features may need a manual test.
#### 1. Include tiny-slider
via [cdnjs](https://cdnjs.com/libraries/tiny-slider):
```html
-
+
-
-
+
+
```
diff --git a/bower.json b/bower.json
index e0da6245..7bb55626 100755
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "tiny-slider",
- "version": "2.7.4",
+ "version": "2.8.0",
"homepage": "https://github.com/ganlanyuan/tiny-slider",
"authors": [
"WilliamLin "
diff --git a/package-lock.json b/package-lock.json
index c6cbfca8..f8030285 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tiny-slider",
- "version": "2.7.4",
+ "version": "2.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {}
diff --git a/package.json b/package.json
index 4d56e12f..97f29c8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tiny-slider",
- "version": "2.7.4",
+ "version": "2.8.0",
"description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.",
"main": "dist/tiny-slider.js",
"directories": {
diff --git a/src/tiny-slider.js b/src/tiny-slider.js
index 67ae1eea..32578972 100644
--- a/src/tiny-slider.js
+++ b/src/tiny-slider.js
@@ -1,5 +1,5 @@
// Format: IIFE
-// Version: 2.7.4
+// Version: 2.8.0
// helper functions
import './helpers/keys.js';
diff --git a/src/tiny-slider.module.js b/src/tiny-slider.module.js
index ee3a0e6c..695c2960 100644
--- a/src/tiny-slider.module.js
+++ b/src/tiny-slider.module.js
@@ -1,5 +1,5 @@
// Format: ES MODULE
-// Version: 2.7.4
+// Version: 2.8.0
// helper functions
import './helpers/keys.js';
diff --git a/src/tiny-slider.scss b/src/tiny-slider.scss
index f12dbaab..437c0761 100755
--- a/src/tiny-slider.scss
+++ b/src/tiny-slider.scss
@@ -1,4 +1,4 @@
-// Version: 2.7.4
+// Version: 2.8.0
.tns-outer {
padding: 0 !important; // remove padding: clientWidth = width + padding (0) = width
diff --git a/yarn.lock b/yarn.lock
index 12c3bfc7..f9e79eeb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1010,9 +1010,9 @@ fsevents@^1.0.0, fsevents@^1.1.2:
nan "^2.9.2"
node-pre-gyp "^0.10.0"
-gauge@~2.7.4:
- version "2.7.4"
- resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
+gauge@~2.8.0:
+ version "2.8.0"
+ resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.8.0.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
dependencies:
aproba "^1.0.3"
console-control-strings "^1.0.0"
@@ -1662,7 +1662,7 @@ npmlog@^4.0.2:
dependencies:
are-we-there-yet "~1.1.2"
console-control-strings "~1.1.0"
- gauge "~2.7.4"
+ gauge "~2.8.0"
set-blocking "~2.0.0"
number-is-nan@^1.0.0: