From 5740af97189978e2c49bb8a8da99cf75acb740cc Mon Sep 17 00:00:00 2001 From: LianYue Date: Wed, 21 Mar 2018 21:04:09 +0800 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3c2cf3..2076dbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-upload-component", "description": "Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter", - "version": "2.8.3", + "version": "2.8.4", "author": "LianYue", "scripts": { "dev": "cross-env NODE_ENV=development webpack-dev-server",