Skip to content

Commit 534b74d

Browse files
committed
update version
1 parent 1e94968 commit 534b74d

11 files changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Tiny-slider was strongly inspired by [Owl Carousel](https://owlcarousel2.github.
1515
### Fire an issue
1616
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.
1717
**Notes for firing issues:**
18-
- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.2.4 for version 2)
18+
- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.2.5 for version 2)
1919
- Provide the OS and browser version.
2020
- Provide a link or your plugin options.
2121

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# tiny-slider 2.0
2-
![version](https://img.shields.io/badge/Version-2.2.4-green.svg)
2+
![version](https://img.shields.io/badge/Version-2.2.5-green.svg)
33
Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/).
44
[Demos](http://ganlanyuan.github.io/tiny-slider/tests/index.html)
55
[Tests](http://ganlanyuan.github.io/tiny-slider/tests/tests.html)
@@ -71,10 +71,10 @@ Note: some features may need a manual test.
7171
##### 1. Include tiny-slider
7272
via [cdnjs](https://cdnjs.com/libraries/tiny-slider):
7373
```html
74-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.4/tiny-slider.css">
74+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.5/tiny-slider.css">
7575

76-
<!--[if (lt IE 9)]><script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.4/min/tiny-slider.helper.ie8.js"></script><![endif]-->
77-
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.4/min/tiny-slider.js"></script>
76+
<!--[if (lt IE 9)]><script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.5/min/tiny-slider.helper.ie8.js"></script><![endif]-->
77+
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.5/min/tiny-slider.js"></script>
7878

7979
<!-- NOTE: from v2.2.1 tiny-slider.js is no longer required to be in <body> -->
8080
```

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-slider",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"homepage": "https://github.com/ganlanyuan/tiny-slider",
55
"authors": [
66
"WilliamLin <ganlanyuan@gmail.com>"

dist/sourcemaps/tiny-slider.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sourcemaps/tiny-slider.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tiny-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ function jsTransform(element, attr, prefix, postfix, to, duration, callback) {
410410
}
411411

412412
// Format: IIFE
413-
// Version: 2.2.4
413+
// Version: 2.2.5
414414

415415
// helper functions
416416
// check browser version and local storage

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-slider",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.",
55
"main": "dist/tiny-slider.js",
66
"directories": {

src/tiny-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Format: IIFE
2-
// Version: 2.2.4
2+
// Version: 2.2.5
33

44
// helper functions
55
import './helpers/keys';

src/tiny-slider.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Format: ES MODULE
2-
// Version: 2.2.4
2+
// Version: 2.2.5
33

44
// helper functions
55
import './helpers/keys';

src/tiny-slider.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 2.2.4
1+
// Version: 2.2.5
22

33
.tns-outer {
44
padding: 0 !important; // remove padding: clientWidth = width + padding (0) = width

0 commit comments

Comments
 (0)