Commit 6a1e16e6 by Johannes Zellner

Bump version

1 parent aba27b9e
...@@ -52,3 +52,6 @@ ...@@ -52,3 +52,6 @@
[4.1.0] [4.1.0]
* Add ability to download files from the UI * Add ability to download files from the UI
[4.1.1]
* Add directory listing sorting
* Replace github links with our own gitlab
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"webserver", "webserver",
"server" "server"
], ],
"version": "4.1.0", "version": "4.1.1",
"healthCheckPath": "/api/healthcheck", "healthCheckPath": "/api/healthcheck",
"httpPort": 3000, "httpPort": 3000,
"manifestVersion": 1, "manifestVersion": 1,
......
This app packages Surfer 4.1.0 This app packages Surfer 4.1.1
### Overview ### Overview
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "4.1.0", "version": "4.1.1",
"dependencies": { "dependencies": {
"accepts": { "accepts": {
"version": "1.3.3", "version": "1.3.3",
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "4.1.0", "version": "4.1.1",
"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!