From: Johannes Zellner Date: Fri, 10 Feb 2017 11:16:35 +0000 (+0100) Subject: Use the same version for the npm package and the cloudron app X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=b6065ae6c35490d48336963e66d8541fe8d61706 Use the same version for the npm package and the cloudron app --- diff --git a/CHANGELOG b/CHANGELOG index a6e1202..e035ac4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,8 +43,9 @@ [0.6.0] * Support multifile upload via the webinterface -[0.7.0] +[4.0.0] * Implement token auth with redis backend * Basic drag'n'drop support * Use new base image v0.10.0 +* Synchronize cli and server versions diff --git a/CloudronManifest.json b/CloudronManifest.json index 1d45917..ab4a16b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -9,7 +9,7 @@ "webserver", "server" ], - "version": "0.7.0", + "version": "4.0.0", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1,