Bump version to 5.4.1

This commit is contained in:
David Benque 2023-08-22 11:46:00 +01:00
parent 75cd470fb1
commit 84e254d86e
3 changed files with 3 additions and 3 deletions

View File

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

2
package-lock.json generated
View File

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

View File

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