diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -14,8 +14,12 @@ | |||
14 | * Add settings ui | 14 | * Add settings ui |
15 | 15 | ||
16 | [0.5.1] | 16 | [0.5.1] |
17 | * Fix settings link | 17 | * Fix settings link |
18 | * Add selenium tests | 18 | * Add selenium tests |
19 | 19 | ||
20 | [0.5.2] | 20 | [0.5.2] |
21 | * Support username and email login | 21 | * Support username and email login |
22 | |||
23 | [0.5.3] | ||
24 | * Support uploading the same file multiple times | ||
25 | |||
diff --git a/CloudronManifest.json b/CloudronManifest.json index d937ad7..9964951 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.2", | 12 | "version": "0.5.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, |