diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -7,3 +7,5 @@ | |||
7 | [0.4.2] | 7 | [0.4.2] |
8 | * Fix app url | 8 | * Fix app url |
9 | 9 | ||
10 | [0.4.3] | ||
11 | * Improve healthcheck | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 62f99bc..9e1bfb3 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.2", | 12 | "version": "0.4.3", |
13 | "targetBoxVersion": "0.4.0", | 13 | "targetBoxVersion": "0.4.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |