Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory 2017-09-05 15:34:49 +02:00
commit d22edc03b3
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v1.14.0 (Ouroboros)")
h('div.cp-version-footer', "CryptPad v1.15.0 (Poukai)")
]);
};

View file

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "1.14.0",
"version": "1.15.0",
"dependencies": {
"chainpad-server": "^1.0.1",
"express": "~4.10.1",