diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-05-18 12:25:09 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-05-18 12:25:09 +0200 |
commit | 5bbeb69865e7b9ce6d933344e3cba93c43ddad99 (patch) | |
tree | f68e8c29a758107335a4bbdde7d7898b4ca07a78 | |
parent | 34e99d762bb9e435491e8336a1fba0241f8f8c73 (diff) | |
download | Surfer-5bbeb69865e7b9ce6d933344e3cba93c43ddad99.tar.gz Surfer-5bbeb69865e7b9ce6d933344e3cba93c43ddad99.tar.zst Surfer-5bbeb69865e7b9ce6d933344e3cba93c43ddad99.zip |
New version
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -23,3 +23,5 @@ | |||
23 | [0.5.3] | 23 | [0.5.3] |
24 | * Support uploading the same file multiple times | 24 | * Support uploading the same file multiple times |
25 | 25 | ||
26 | [0.5.4] | ||
27 | * Fix upload files first time | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 9964951..6401feb 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.3", | 12 | "version": "0.5.4", |
13 | "targetBoxVersion": "0.4.0", | 13 | "targetBoxVersion": "0.4.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |