new release

This commit is contained in:
Jimmy Wärting
2016-06-16 20:26:36 +02:00
parent b3cad8efea
commit 9751591281
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
/* FileSaver.js
* A saveAs() FileSaver implementation.
* 1.3.0
* 1.3.2
* 2016-06-16 18:25:19
*
* By Eli Grey, http://eligrey.com
* License: MIT
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "file-saver",
"main": "FileSaver.js",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "https://github.com/eligrey/FileSaver.js",
"authors": [
"Eli Grey <me@eligrey.com>"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "file-saver",
"version": "1.3.1",
"version": "1.3.2",
"description": "An HTML5 saveAs() FileSaver implementation",
"main": "FileSaver.js",
"scripts": {