diff options
author | Johannes Zellner <johannes@nebulon.de> | 2015-12-31 10:45:00 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2015-12-31 10:45:00 +0100 |
commit | 813646f162461f9b7700d3421edc552fed9e28eb (patch) | |
tree | 97cbb6a48817d0eaf081a86b327fcea5d65be794 | |
parent | 1a8d99e453896f9b28b9347c200bdad1113b11f1 (diff) | |
download | Surfer-813646f162461f9b7700d3421edc552fed9e28eb.tar.gz Surfer-813646f162461f9b7700d3421edc552fed9e28eb.tar.zst Surfer-813646f162461f9b7700d3421edc552fed9e28eb.zip |
New cloudron app version 0.4.3
-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, |