Update version number for #387

This commit is contained in:
Eli Grey
2018-01-12 05:03:49 -08:00
parent 5733e40e5a
commit b4a918669a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* FileSaver.js
* A saveAs() FileSaver implementation.
* 1.3.3
* 1.3.4
* 2018-01-12 13:14:0
*
* By Eli Grey, http://eligrey.com
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "file-saver",
"version": "1.3.3",
"version": "1.3.4",
"description": "An HTML5 saveAs() FileSaver implementation",
"main": "FileSaver.js",
"scripts": {