From 05974478c4365b3544bd9cf413eedf6933891fdc Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 13 Feb 2017 12:24:57 -0500 Subject: [PATCH] Set the version to 1.0.1 in package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31fb669..3281364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.iframe-transport", - "version": "1.0.0", + "version": "1.0.1", "description": "jQuery plugin that implements an iframe transport so that ajax calls support the uploading of files using standard HTML file input fields", "main": "jquery.iframe-transport.js", "directories": {