update footer and package.json

This commit is contained in:
ansuz 2018-04-04 15:02:28 +02:00
parent b323989347
commit 92fe555cb5
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v1.28.0 (toString)")
h('div.cp-version-footer', "CryptPad v1.29.0 (toSource)")
]);
};

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "1.28.0",
"version": "1.29.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chainpad-server": "^2.0.0",