From 879b3c228c63b62a620b1ace3316622481a01945 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Fri, 29 Aug 2014 01:18:43 -0400 Subject: [PATCH] Update version Oops, should have bumped the version in that last commit. --- FileSaver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileSaver.js b/FileSaver.js index ffc4d0c..1095873 100644 --- a/FileSaver.js +++ b/FileSaver.js @@ -1,6 +1,6 @@ /* FileSaver.js * A saveAs() FileSaver implementation. - * 2014-07-25 + * 2014-08-29 * * By Eli Grey, http://eligrey.com * License: X11/MIT