bump platform version to 4.14.0

pull/1/head
ansuz 3 years ago
parent 34d2ae5fd5
commit 6c10a914cf

@ -103,7 +103,7 @@ define([
return h('a', attrs, text); return h('a', attrs, text);
}; };
Pages.versionString = "v4.13.0"; Pages.versionString = "v4.14.0";
var customURLs = Pages.customURLs = {}; var customURLs = Pages.customURLs = {};
(function () { (function () {

@ -1,7 +1,7 @@
{ {
"name": "cryptpad", "name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server", "description": "realtime collaborative visual editor with zero knowlege server",
"version": "4.13.0", "version": "4.14.0",
"license": "AGPL-3.0+", "license": "AGPL-3.0+",
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save