From 7c4cef6d6e32bed8582015ea330c50af00c82a13 Mon Sep 17 00:00:00 2001 From: Ravishanker Kusuma Date: Mon, 13 Jul 2015 15:43:28 +0800 Subject: [PATCH] V 4.0.1 extraHTML, custom UI, sequential upload features are added --- js/jquery.uploadfile.js | 2 +- js/jquery.uploadfile.min.js | 2 +- uploadfile.jquery.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/jquery.uploadfile.js b/js/jquery.uploadfile.js index 69aac51..8203e56 100755 --- a/js/jquery.uploadfile.js +++ b/js/jquery.uploadfile.js @@ -1,6 +1,6 @@ /*! * jQuery Upload File Plugin - * version: 4.0.0 + * version: 4.0.1 * @requires jQuery v1.5 or later & form plugin * Copyright (c) 2013 Ravishanker Kusuma * http://hayageek.com/ diff --git a/js/jquery.uploadfile.min.js b/js/jquery.uploadfile.min.js index 3abc26b..c27ae84 100755 --- a/js/jquery.uploadfile.min.js +++ b/js/jquery.uploadfile.min.js @@ -1,6 +1,6 @@ /*! * jQuery Upload File Plugin - * version: 4.0.0 + * version: 4.0.1 * @requires jQuery v1.5 or later & form plugin * Copyright (c) 2013 Ravishanker Kusuma * http://hayageek.com/ diff --git a/uploadfile.jquery.json b/uploadfile.jquery.json index 2865e3d..83cd9a3 100644 --- a/uploadfile.jquery.json +++ b/uploadfile.jquery.json @@ -10,7 +10,7 @@ "progressbar", "multiple" ], - "version": "4.0.0", + "version": "4.0.1", "author": { "name": "Ravishanker Kusuma", "url": "http://hayageek.com"