diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 17:13:24 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 17:13:24 +0100 |
commit | 27877b6cdaed160d07d70ffadee6511bb45ca0fe (patch) | |
tree | c568743c24ddb9d475778e94b3c4815098c1c54e | |
parent | 3e98fb0c71628d983acb3fc345465ed959f19070 (diff) | |
download | Surfer-27877b6cdaed160d07d70ffadee6511bb45ca0fe.tar.gz Surfer-27877b6cdaed160d07d70ffadee6511bb45ca0fe.tar.zst Surfer-27877b6cdaed160d07d70ffadee6511bb45ca0fe.zip |
Bump version
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -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": {} |