bump platform version to 4.14.0
parent
34d2ae5fd5
commit
6c10a914cf
|
@ -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 () {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue