diff --git a/.gitignore b/.gitignore index 368c598b7..d9f05dc13 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ _notes node_modules/ .idea/ sftp-config.json +.vscode diff --git a/package.json b/package.json index 8a78a10ff..a525a0f2b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "plupload", "description": "Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.", - "version": "3.1.1", - "releaseDate": "2017-10-03", + "version": "3.1.2", + "releaseDate": "2018-02-20", "author": "Ephox", "contributors": [{ "name": "Davit Barbakadze",