From fea4f179d1ed981b3b85bcb93efe55c3776b9229 Mon Sep 17 00:00:00 2001 From: David Benque Date: Wed, 21 Dec 2022 14:29:00 +0000 Subject: [PATCH] Bmp version number --- CHANGELOG.md | 6 +++--- customize.dist/pages.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73056a67..02d98e5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,9 +28,9 @@ git fetch origin --tags git checkout 5.2.1 ``` -3. Install the latest dependencies with `bower update` and `npm i` -4. Restart your server -5. Review your instance's checkup page to ensure that you are passing all tests +1. Install the latest dependencies with `bower update` +2. Restart your server +3. Review your instance's checkup page to ensure that you are passing all tests # 5.2.0 diff --git a/customize.dist/pages.js b/customize.dist/pages.js index eb3751436..10030cc25 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -95,7 +95,7 @@ define([ return h('a', attrs, [icon, text]); }; - Pages.versionString = "5.2.0"; + Pages.versionString = "5.2.1"; var customURLs = Pages.customURLs = {}; (function () { diff --git a/package-lock.json b/package-lock.json index b5a578f7d..fb239fb3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cryptpad", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cryptpad", - "version": "5.2.0", + "version": "5.2.1", "license": "AGPL-3.0+", "dependencies": { "@mcrowe/minibloom": "^0.2.0", diff --git a/package.json b/package.json index 61a4569f5..11d0d337b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "5.2.0", + "version": "5.2.1", "license": "AGPL-3.0+", "repository": { "type": "git",