Skip to content

Commit 79cabcf

Browse files
committed
build
1 parent 8afd8fc commit 79cabcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/uploader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Uploader - Uploader library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads
3-
* @version v0.0.2
3+
* @version v0.0.3
44
* @author dolymood <[email protected]>
55
* @link https://github.com/simple-uploader/Uploader
66
* @license MIT
@@ -352,7 +352,7 @@ var event = _dereq_('./event')
352352
var File = _dereq_('./file')
353353
var Chunk = _dereq_('./chunk')
354354

355-
var version = '0.0.2'
355+
var version = '0.0.3'
356356

357357
// ie10+
358358
var ie10plus = window.navigator.msPointerEnabled

0 commit comments

Comments
 (0)