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 e035ac4..480c2f0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,3 +49,6 @@
49* Use new base image v0.10.0 49* Use new base image v0.10.0
50* Synchronize cli and server versions 50* Synchronize cli and server versions
51 51
52[4.1.0]
53* Add ability to download files from the UI
54
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 41b63ac..17e5038 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -9,7 +9,7 @@
9 "webserver", 9 "webserver",
10 "server" 10 "server"
11 ], 11 ],
12 "version": "4.0.0", 12 "version": "4.1.0",
13 "healthCheckPath": "/api/healthcheck", 13 "healthCheckPath": "/api/healthcheck",
14 "httpPort": 3000, 14 "httpPort": 3000,
15 "manifestVersion": 1, 15 "manifestVersion": 1,