diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -4,3 +4,6 @@ | |||
4 | [0.4.1] | 4 | [0.4.1] |
5 | * Remove silly mediaLinks | 5 | * Remove silly mediaLinks |
6 | 6 | ||
7 | [0.4.2] | ||
8 | * Fix app url | ||
9 | |||
diff --git a/CloudronManifest.json b/CloudronManifest.json index ff449b6..8f13fef 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.1", | 12 | "version": "0.4.2", |
13 | "targetBoxVersion": "0.4.0", | 13 | "targetBoxVersion": "0.4.0", |
14 | "healthCheckPath": "/", | 14 | "healthCheckPath": "/", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |