diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 0167268ed..e3fc17659 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -94,7 +94,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.5.0 (Fossa)") + h('div.cp-version-footer', "CryptPad v2.6.0 (Gibbon)") ]); }; diff --git a/package.json b/package.json index dd107988a..23e848602 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.5.0", + "version": "2.6.0", "license": "AGPL-3.0+", "repository": { "type": "git",