aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--CloudronManifest.json3
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 257156c..4d45a62 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,3 +9,6 @@
9 9
10[0.4.3] 10[0.4.3]
11* Improve healthcheck 11* Improve healthcheck
12
13[0.5.0]
14* Add settings ui \ No newline at end of file
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 9e1bfb3..2b78b9e 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -9,7 +9,7 @@
9 "webserver", 9 "webserver",
10 "server" 10 "server"
11 ], 11 ],
12 "version": "0.4.3", 12 "version": "0.5.0",
13 "targetBoxVersion": "0.4.0", 13 "targetBoxVersion": "0.4.0",
14 "healthCheckPath": "/api/healthcheck", 14 "healthCheckPath": "/api/healthcheck",
15 "httpPort": 3000, 15 "httpPort": 3000,
@@ -17,6 +17,7 @@
17 "website": "https://github.com/nebulade/surfer", 17 "website": "https://github.com/nebulade/surfer",
18 "contactEmail": "support@cloudron.io", 18 "contactEmail": "support@cloudron.io",
19 "icon": "logo.png", 19 "icon": "logo.png",
20 "configurePath": "/_admin",
20 "addons": { 21 "addons": {
21 "ldap": {}, 22 "ldap": {},
22 "localstorage": {} 23 "localstorage": {}