update version string to 4.5.0

This commit is contained in:
ansuz 2021-05-03 10:40:02 +05:30
parent 3fbfea516f
commit 21a913abd3
3 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ define([
var imprintUrl = AppConfig.imprint && (typeof(AppConfig.imprint) === "boolean" ?
'/imprint.html' : AppConfig.imprint);
Pages.versionString = "v4.4.0";
Pages.versionString = "v4.5.0";
// used for the about menu

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cryptpad",
"version": "4.4.0",
"version": "4.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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