Browse Source

update version

master
yflory 1 year ago
parent
commit
1f384c2a4a
2 changed files with 2 additions and 2 deletions
  1. 2
      customize.dist/pages.js
  2. 2
      package.json

2
customize.dist/pages.js

@ -103,7 +103,7 @@ define([
])*/
])
]),
h('div.cp-version-footer', "CryptPad v2.24.0 (Yak)")
h('div.cp-version-footer', "CryptPad v2.25.0 (Zebra)")
]);
};

2
package.json

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

Loading…
Cancel
Save