Commit 6a1e16e6 by Johannes Zellner

Bump version

1 parent aba27b9e
......@@ -52,3 +52,6 @@
[4.1.0]
* 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 @@
"webserver",
"server"
],
"version": "4.1.0",
"version": "4.1.1",
"healthCheckPath": "/api/healthcheck",
"httpPort": 3000,
"manifestVersion": 1,
......
This app packages Surfer 4.1.0
This app packages Surfer 4.1.1
### Overview
......
{
"name": "cloudron-surfer",
"version": "4.1.0",
"version": "4.1.1",
"dependencies": {
"accepts": {
"version": "1.3.3",
......
{
"name": "cloudron-surfer",
"version": "4.1.0",
"version": "4.1.1",
"description": "Simple file server",
"main": "server.js",
"scripts": {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!