From bc880d628890c446f0d0da7ba89300295ff5a944 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 11 Jun 2021 20:37:58 +0530 Subject: [PATCH] update version string to 4.7.0 --- customize.dist/pages.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index c7e142a7f..b0fd2f20a 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -105,7 +105,7 @@ define([ var imprintUrl = AppConfig.imprint && (typeof(AppConfig.imprint) === "boolean" ? '/imprint.html' : AppConfig.imprint); - Pages.versionString = "v4.6.0"; + Pages.versionString = "v4.7.0"; // used for the about menu diff --git a/package.json b/package.json index 8526afc8a..f9dfc2c14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "4.6.0", + "version": "4.7.0", "license": "AGPL-3.0+", "repository": { "type": "git",