Commit e3425579 by Johannes Zellner

Bump version

1 parent 1196eec5
...@@ -59,3 +59,8 @@ ...@@ -59,3 +59,8 @@
[5.0.0] [5.0.0]
* Allow directory listing to be configurable * Allow directory listing to be configurable
* Refactor the UI * Refactor the UI
[5.1.0]
* Add directory upload support
* Improve drag'n'drop of files
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"hosting", "hosting",
"server" "server"
], ],
"version": "5.0.0", "version": "5.1.0",
"healthCheckPath": "/api/healthcheck", "healthCheckPath": "/api/healthcheck",
"httpPort": 3000, "httpPort": 3000,
"manifestVersion": 1, "manifestVersion": 1,
......
This app packages Surfer 5.0.0 This app packages Surfer 5.1.0
### Overview ### Overview
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "4.1.1", "version": "5.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "4.1.1", "version": "5.1.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!