diff options
author | Johannes <johannes@cloudron.io> | 2016-11-06 15:44:35 +0100 |
---|---|---|
committer | Johannes <johannes@cloudron.io> | 2016-11-06 15:44:35 +0100 |
commit | 5be531a3b6df5ab59065ccc534b774261b3ad622 (patch) | |
tree | 913a87c0e082967e6f0cffe77fd3fa56cf43f04e | |
parent | c81d3e1c37e4b8b24e590ecf46ea4728e178c60e (diff) | |
download | Surfer-5be531a3b6df5ab59065ccc534b774261b3ad622.tar.gz Surfer-5be531a3b6df5ab59065ccc534b774261b3ad622.tar.zst Surfer-5be531a3b6df5ab59065ccc534b774261b3ad622.zip |
Bump version
-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, |