diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 60ea90b62..e6d29c997 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -91,7 +91,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.18.0 (Sloth)") + h('div.cp-version-footer', "CryptPad v2.19.0 (Tapir)") ]); }; diff --git a/package.json b/package.json index 8d0e3e2bd..22000d101 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.18.0", + "version": "2.19.0", "license": "AGPL-3.0+", "repository": { "type": "git",