diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -11,4 +11,8 @@ | |||
11 | * Improve healthcheck | 11 | * Improve healthcheck |
12 | 12 | ||
13 | [0.5.0] | 13 | [0.5.0] |
14 | * Add settings ui \ No newline at end of file | 14 | * Add settings ui |
15 | |||
16 | [0.5.1] | ||
17 | * Fix settings link | ||
18 | * Add selenium tests | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 168a2fc..efd83ae 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.0", | 12 | "version": "0.5.1", |
13 | "targetBoxVersion": "0.4.0", | 13 | "targetBoxVersion": "0.4.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |