Bump version

This commit is contained in:
David Benque 2022-12-13 11:37:57 +00:00
parent 81a7fed01f
commit 4f384c4b89
3 changed files with 4 additions and 4 deletions

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cryptpad",
"version": "5.1.0",
"version": "5.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cryptpad",
"version": "5.1.0",
"version": "5.2.0",
"license": "AGPL-3.0+",
"dependencies": {
"@mcrowe/minibloom": "^0.2.0",

View File

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