Bmp version number

This commit is contained in:
David Benque 2022-12-21 14:29:00 +00:00
parent 3cfccf8024
commit fea4f179d1
4 changed files with 7 additions and 7 deletions

View File

@ -28,9 +28,9 @@ git fetch origin --tags
git checkout 5.2.1 git checkout 5.2.1
``` ```
3. Install the latest dependencies with `bower update` and `npm i` 1. Install the latest dependencies with `bower update`
4. Restart your server 2. Restart your server
5. Review your instance's checkup page to ensure that you are passing all tests 3. Review your instance's checkup page to ensure that you are passing all tests
# 5.2.0 # 5.2.0

View File

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

4
package-lock.json generated
View File

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

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.2.0", "version": "5.2.1",
"license": "AGPL-3.0+", "license": "AGPL-3.0+",
"repository": { "repository": {
"type": "git", "type": "git",