diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -36,3 +36,6 @@ | |||
36 | * Add post install message | 36 | * Add post install message |
37 | * Download files as attachments | 37 | * Download files as attachments |
38 | 38 | ||
39 | [0.5.8] | ||
40 | * Various encoding bugfixes | ||
41 | * Make breadcumbs clickable | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 96a56b4..d0471a2 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "webserver", | 9 | "webserver", |
10 | "server" | 10 | "server" |
11 | ], | 11 | ], |
12 | "version": "0.5.7", | 12 | "version": "0.5.8", |
13 | "healthCheckPath": "/api/healthcheck", | 13 | "healthCheckPath": "/api/healthcheck", |
14 | "httpPort": 3000, | 14 | "httpPort": 3000, |
15 | "manifestVersion": 1, | 15 | "manifestVersion": 1, |