Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Sep 4, 2017
1 parent 31bbe27 commit c128f9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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.1.4-green.svg)
![version](https://img.shields.io/badge/Version-2.1.5-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)
Expand Down Expand Up @@ -72,11 +72,11 @@ Note: some features may need a manual test.
via [cdnjs](https://cdnjs.com/libraries/tiny-slider):
```html
<!-- inside <head> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.1.4/tiny-slider.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.1.5/tiny-slider.css">

<!-- inside <body> -->
<!--[if (lt IE 9)]><script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.1.4/min/tiny-slider.helper.ie8.js"></script><![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.1.4/min/tiny-slider.js"></script>
<!--[if (lt IE 9)]><script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.1.5/min/tiny-slider.helper.ie8.js"></script><![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.1.5/min/tiny-slider.js"></script>
```
Or import it via `webpack` or `rollup`:
```javascript
Expand Down
2 changes: 1 addition & 1 deletion dist/sourcemaps/tiny-slider.css.map

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

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": "2.1.4",
"version": "2.1.5",
"description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.",
"main": "dist/tiny-slider.js",
"directories": {
Expand Down
2 changes: 2 additions & 0 deletions src/tiny-slider.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Version: 2.1.5

.tns-outer {
padding: 0 !important; // remove padding: clientWidth = width + padding (0) = width
&.ms-touch {
Expand Down

0 comments on commit c128f9f

Please sign in to comment.