Skip to content

Commit c92eaf7

Browse files
committed
Bumped minor bug fix
1 parent 4352a14 commit c92eaf7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/saving-multiple-files.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
while Also making File constructor work in some browser that don't support it
1515
-->
1616
<script src="https://cdn.jsdelivr.net/gh/eligrey/Blob.js/Blob.js"></script>
17-
1817
<script src="../StreamSaver.js"></script>
1918
<script src="zip-stream.js"></script>
2019
<script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamsaver",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "StreamSaver writes stream to the filesystem directly - asynchronous",
55
"main": "StreamSaver.js",
66
"scripts": {

0 commit comments

Comments
 (0)