diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 10ccb0824..152970f58 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -95,7 +95,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.4.0 (Echidna)") + h('div.cp-version-footer', "CryptPad v2.5.0 (Fossa)") ]); }; diff --git a/package.json b/package.json index e4bfa80fd..aa61b9f49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.4.0", + "version": "2.5.0", "license": "AGPL-3.0+", "repository": { "type": "git",