Update CryptPad version

This commit is contained in:
yflory 2023-06-30 11:37:33 +02:00
parent eeed65b4ff
commit 373b216dbb
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ define([
return h('a', attrs, [icon, text]);
};
Pages.versionString = "5.3.0";
Pages.versionString = "5.4.0";
var customURLs = Pages.customURLs = {};
(function () {

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cryptpad",
"version": "5.3.0",
"version": "5.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "5.3.0",
"version": "5.4.0",
"license": "AGPL-3.0+",
"repository": {
"type": "git",