diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 9791e83f0..bd373b04c 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -103,7 +103,7 @@ define([ ])*/ ]) ]), - h('div.cp-version-footer', "CryptPad v3.0.1 (Aurochs' revenge)") + h('div.cp-version-footer', "CryptPad v3.1.0 (Baiji)") ]); }; diff --git a/package.json b/package.json index f14fda1aa..fdbbc008a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "3.0.1", + "version": "3.1.0", "license": "AGPL-3.0+", "repository": { "type": "git",