Skip to content

Commit

Permalink
[release] 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Sep 6, 2017
1 parent 8d830ff commit ea90a34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/uploader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Uploader - Uploader library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads
* @version v0.0.6
* @version v0.1.0
* @author dolymood <dolymood@gmail.com>
* @link https://github.com/simple-uploader/Uploader
* @license MIT
Expand Down Expand Up @@ -352,7 +352,7 @@ var event = _dereq_('./event')
var File = _dereq_('./file')
var Chunk = _dereq_('./chunk')

var version = '0.0.6'
var version = '0.1.0'

// ie10+
var ie10plus = window.navigator.msPointerEnabled
Expand Down
Loading

0 comments on commit ea90a34

Please sign in to comment.