increment version string

This commit is contained in:
ansuz 2022-09-07 16:48:55 +05:30
parent 8fa1217d08
commit e339ee8acb
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.0.0";
Pages.versionString = "5.1.0";
var customURLs = Pages.customURLs = {};
(function () {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cryptpad",
"version": "5.0.0",
"version": "5.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cryptpad",
"version": "5.0.0",
"version": "5.1.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.0.0",
"version": "5.1.0",
"license": "AGPL-3.0+",
"repository": {
"type": "git",