diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 559c16e02..4334541bb 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -103,7 +103,7 @@ define([ ])*/ ]) ]), - h('div.cp-version-footer', "CryptPad v2.25.0 (Zebra)") + h('div.cp-version-footer', "CryptPad v3.0.0 (Aurochs)") ]); }; diff --git a/package.json b/package.json index 585e8b8fc..187470e36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.25.0", + "version": "3.0.0", "license": "AGPL-3.0+", "repository": { "type": "git",