Bump version
Showing
with
9 additions
and
4 deletions
-
Please register or sign in to post a comment
... | ... | @@ -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 | ||
... | ... | @@ -10,7 +10,7 @@ |
"hosting", | ||
"server" | ||
], | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"healthCheckPath": "/api/healthcheck", | ||
"httpPort": 3000, | ||
"manifestVersion": 1, | ||
... | ... |
{ | ||
"name": "cloudron-surfer", | ||
"version": "4.1.1", | ||
"version": "5.1.0", | ||
"lockfileVersion": 1, | ||
"requires": true, | ||
"dependencies": { | ||
... | ... |
{ | ||
"name": "cloudron-surfer", | ||
"version": "4.1.1", | ||
"version": "5.1.0", | ||
"description": "Simple file server", | ||
"main": "server.js", | ||
"scripts": { | ||
... | ... |