From: Johannes Zellner Date: Fri, 18 May 2018 22:49:53 +0000 (+0200) Subject: Bump version X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=e34255790fdb950092768e29145bac126f218610 Bump version --- diff --git a/CHANGELOG b/CHANGELOG index 175725f..1cb5527 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -59,3 +59,8 @@ [5.0.0] * Allow directory listing to be configurable * Refactor the UI + +[5.1.0] +* Add directory upload support +* Improve drag'n'drop of files + diff --git a/CloudronManifest.json b/CloudronManifest.json index a6f6036..e8b3995 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -10,7 +10,7 @@ "hosting", "server" ], - "version": "5.0.0", + "version": "5.1.0", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index d0dcb3f..a3d8a1a 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Surfer 5.0.0 +This app packages Surfer 5.1.0 ### Overview diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ce1a76d..0378e7f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "cloudron-surfer", - "version": "4.1.1", + "version": "5.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 27113bc..dc6f07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudron-surfer", - "version": "4.1.1", + "version": "5.1.0", "description": "Simple file server", "main": "server.js", "scripts": {