Skip to content

Commit 09ed6cc

Browse files
committed
上次没更新版本号~ 亲
1 parent 0d8f726 commit 09ed6cc

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
"index.html",
4242
"gulp"
4343
],
44-
"version": "2.2.1"
44+
"version": "2.2.2"
4545
}

build/iSlider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
* version
187187
* @type {string}
188188
*/
189-
iSlider.VERSION = '2.2.1';
189+
iSlider.VERSION = '2.2.2';
190190

191191
/**
192192
* Event white list

build/iSlider.min.js

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

build/index.bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ return /******/ (function(modules) { // webpackBootstrap
605605
* version
606606
* @type {string}
607607
*/
608-
iSlider.VERSION = '2.2.1';
608+
iSlider.VERSION = '2.2.2';
609609

610610
/**
611611
* Event white list

change_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### iSlider 2.2.1
1+
### iSlider 2.2.2
22
- [New]Add configuration wakeupAutoplayDazetime, this configuration will attempt to restart autoplay after N milliseconds.
33

44
### iSlider 2.1.8

demo/public/js/iSlider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
* version
187187
* @type {string}
188188
*/
189-
iSlider.VERSION = '2.2.1';
189+
iSlider.VERSION = '2.2.2';
190190

191191
/**
192192
* Event white list

demo/public/js/iSlider.min.js

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": "islider.js",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"author": "EUX team",
55
"main": "build/index.bundle.js",
66
"description": "Smooth and high-performance slide web framework. Suitable for PC, Mobile WebApp, HTML5 App, Hybrid App",

src/js/iSlider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
* version
187187
* @type {string}
188188
*/
189-
iSlider.VERSION = '2.2.1';
189+
iSlider.VERSION = '2.2.2';
190190

191191
/**
192192
* Event white list

0 commit comments

Comments
 (0)