From b6065ae6c35490d48336963e66d8541fe8d61706 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 10 Feb 2017 12:16:35 +0100 Subject: [PATCH] Use the same version for the npm package and the cloudron app --- CHANGELOG | 3 ++- CloudronManifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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, -- 2.41.0