aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--CloudronManifest.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 112c6d6..90d8cf7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -39,3 +39,6 @@
39[0.5.8] 39[0.5.8]
40* Various encoding bugfixes 40* Various encoding bugfixes
41* Make breadcumbs clickable 41* Make breadcumbs clickable
42
43[0.6.0]
44* Support multifile upload via the webinterface
diff --git a/CloudronManifest.json b/CloudronManifest.json
index d0471a2..a7b27ba 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.8", 12 "version": "0.6.0",
13 "healthCheckPath": "/api/healthcheck", 13 "healthCheckPath": "/api/healthcheck",
14 "httpPort": 3000, 14 "httpPort": 3000,
15 "manifestVersion": 1, 15 "manifestVersion": 1,