diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -43,8 +43,9 @@ | |||
43 | [0.6.0] | 43 | [0.6.0] |
44 | * Support multifile upload via the webinterface | 44 | * Support multifile upload via the webinterface |
45 | 45 | ||
46 | [0.7.0] | 46 | [4.0.0] |
47 | * Implement token auth with redis backend | 47 | * Implement token auth with redis backend |
48 | * Basic drag'n'drop support | 48 | * Basic drag'n'drop support |
49 | * Use new base image v0.10.0 | 49 | * Use new base image v0.10.0 |
50 | * Synchronize cli and server versions | ||
50 | 51 | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 1d45917..ab4a16b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "webserver", | 9 | "webserver", |
10 | "server" | 10 | "server" |
11 | ], | 11 | ], |
12 | "version": "0.7.0", | 12 | "version": "4.0.0", |
13 | "healthCheckPath": "/api/healthcheck", | 13 | "healthCheckPath": "/api/healthcheck", |
14 | "httpPort": 3000, | 14 | "httpPort": 3000, |
15 | "manifestVersion": 1, | 15 | "manifestVersion": 1, |