Browse Source

update footer and version

master
ansuz 2 years ago
parent
commit
34608a0484
2 changed files with 2 additions and 2 deletions
  1. 2
      customize.dist/pages.js
  2. 2
      package.json

2
customize.dist/pages.js

@ -91,7 +91,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v2.14.0 (Opossum)")
h('div.cp-version-footer', "CryptPad v2.15.0 (Pademelon)")
]);
};

2
package.json

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

Loading…
Cancel
Save