diff --git a/customize.dist/pages.js b/customize.dist/pages.js index e4b0dc1e4..e6f5a9712 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -94,7 +94,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.8.0 (Ibis)") + h('div.cp-version-footer', "CryptPad v2.9.0 (Jerboa)") ]); }; diff --git a/package.json b/package.json index 8706b37e1..441c65628 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.8.0", + "version": "2.9.0", "license": "AGPL-3.0+", "repository": { "type": "git",