From 85871ead2e9d9fcd2639800c7893c29afd6d941f Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 20 Jun 2019 11:16:36 +0200 Subject: [PATCH] update version --- 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 10e712a30..8a21fa233 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -103,7 +103,7 @@ define([ ])*/ ]) ]), - h('div.cp-version-footer', "CryptPad v2.23.0 (Xenops)") + h('div.cp-version-footer', "CryptPad v2.24.0 (Yak)") ]); }; diff --git a/package.json b/package.json index 06c187f11..2020d6df4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.23.0", + "version": "2.24.0", "license": "AGPL-3.0+", "repository": { "type": "git",