From d98467a3fff102deb83eeaa9c59f4c0ee934fc26 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 27 May 2019 17:38:26 +0200 Subject: [PATCH] update version in footer and package.json --- 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 b5d277e81..10e712a30 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -103,7 +103,7 @@ define([ ])*/ ]) ]), - h('div.cp-version-footer', "CryptPad v2.22.0 (Wolf)") + h('div.cp-version-footer', "CryptPad v2.23.0 (Xenops)") ]); }; diff --git a/package.json b/package.json index bda497b7d..0761c18f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.22.0", + "version": "2.23.0", "license": "AGPL-3.0+", "repository": { "type": "git",