diff options
author | Johannes Zellner <johannes@cloudron.io> | 2017-02-10 12:16:35 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2017-02-10 12:16:35 +0100 |
commit | b6065ae6c35490d48336963e66d8541fe8d61706 (patch) | |
tree | b8c13696481725f7cf81b1ce0af6e412330a77b1 | |
parent | 2a24a68ecb41ac3750d25bc67245009463c166cb (diff) | |
download | Surfer-b6065ae6c35490d48336963e66d8541fe8d61706.tar.gz Surfer-b6065ae6c35490d48336963e66d8541fe8d61706.tar.zst Surfer-b6065ae6c35490d48336963e66d8541fe8d61706.zip |
Use the same version for the npm package and the cloudron app
-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, |