From: Johannes Zellner Date: Mon, 25 Feb 2019 14:33:51 +0000 (+0100) Subject: Bump version X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=1f805dc3a781309b5a2a9620f0cc84a5fc4f42f5 Bump version --- diff --git a/CHANGELOG b/CHANGELOG index 4841442..a49b9ad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -80,3 +80,5 @@ [5.5.0] * Add webdav endpoint support * Use inline edit for rename +* Various interface layout fixes + diff --git a/CloudronManifest.json b/CloudronManifest.json index 501c046..3d983c0 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -10,7 +10,7 @@ "hosting", "server" ], - "version": "5.4.0", + "version": "5.5.0", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index aa0c1df..320c87d 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Surfer 5.4.0 +This app packages Surfer 5.5.0 ### Overview diff --git a/package-lock.json b/package-lock.json index c66f538..4c373b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cloudron-surfer", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6cf0187..2e86673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudron-surfer", - "version": "5.4.0", + "version": "5.5.0", "description": "Simple file server", "main": "server.js", "scripts": {