diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 8080968b1..5c2d33249 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -103,7 +103,7 @@ define([ return h('a', attrs, text); }; - Pages.versionString = "v4.13.0"; + Pages.versionString = "v4.14.0"; var customURLs = Pages.customURLs = {}; (function () { diff --git a/package.json b/package.json index a2bf746cd..0315165b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "4.13.0", + "version": "4.14.0", "license": "AGPL-3.0+", "repository": { "type": "git",