Commit 7681b4b9 by Johannes Zellner

Bump version

1 parent 8a5c7d41
...@@ -64,3 +64,6 @@ ...@@ -64,3 +64,6 @@
* Add directory upload support * Add directory upload support
* Improve drag'n'drop of files * Improve drag'n'drop of files
[5.2.0]
* Disable folder listing by default
* Do not render welcome screen if folder listing is enabled
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"hosting", "hosting",
"server" "server"
], ],
"version": "5.1.0", "version": "5.2.0",
"healthCheckPath": "/api/healthcheck", "healthCheckPath": "/api/healthcheck",
"httpPort": 3000, "httpPort": 3000,
"manifestVersion": 1, "manifestVersion": 1,
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "5.1.0", "version": "5.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "5.1.0", "version": "5.2.0",
"description": "Simple file server", "description": "Simple file server",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!