From: Johannes Zellner Date: Thu, 13 Sep 2018 19:17:58 +0000 (+0200) Subject: Bump version X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=955c9070bcf046cb0109bad63945f26fa327eef1 Bump version --- diff --git a/CHANGELOG b/CHANGELOG index 1cb5527..c297477 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -64,3 +64,6 @@ * Add directory upload support * Improve drag'n'drop of files +[5.2.0] +* Disable folder listing by default +* Do not render welcome screen if folder listing is enabled diff --git a/CloudronManifest.json b/CloudronManifest.json index e8b3995..0fb89fe 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -10,7 +10,7 @@ "hosting", "server" ], - "version": "5.1.0", + "version": "5.2.0", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0378e7f..2a3159e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "cloudron-surfer", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc6f07d..8c2c6e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudron-surfer", - "version": "5.1.0", + "version": "5.2.0", "description": "Simple file server", "main": "server.js", "scripts": {