Commit 8a6c431c by Johannes Zellner

Bump version for 5.8.0

1 parent ec4c48f2
...@@ -87,3 +87,8 @@ ...@@ -87,3 +87,8 @@
[5.7.0] [5.7.0]
* Update to latest app package manifest * Update to latest app package manifest
[5.8.0]
* Add access token support for better CI/CD integration
* Various UI fixes for preview thumbnails
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"hosting", "hosting",
"server" "server"
], ],
"version": "5.7.0", "version": "5.8.0",
"healthCheckPath": "/api/healthcheck", "healthCheckPath": "/api/healthcheck",
"httpPort": 3000, "httpPort": 3000,
"manifestVersion": 2, "manifestVersion": 2,
......
This app packages Surfer <upstream>5.7.0</upstream> This app packages Surfer <upstream>5.8.0</upstream>
### Overview ### Overview
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "5.7.0", "version": "5.8.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "cloudron-surfer", "name": "cloudron-surfer",
"version": "5.7.0", "version": "5.8.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!