From b22b75b826b9dc3d10d882133f8c48da8283b1f3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 21 Jan 2021 16:00:31 +0530 Subject: [PATCH] update package version to 4.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7c734b9a..08335a04c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cryptpad", - "version": "3.25.1", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cb129a6a..b93299935 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "3.25.1", + "version": "4.0.0", "license": "AGPL-3.0+", "repository": { "type": "git",