diff --git a/FileSaver.js b/FileSaver.js index c206fc4..239db12 100644 --- a/FileSaver.js +++ b/FileSaver.js @@ -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 diff --git a/bower.json b/bower.json index 02efb65..db6616a 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/package.json b/package.json index 51c8cbf..fd1308d 100644 --- a/package.json +++ b/package.json @@ -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": {