bump footer and package.json version

This commit is contained in:
ansuz 2018-09-18 22:16:41 -04:00
parent 248b87a1e1
commit 43e194be7e
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v2.7.0 (Hedgehog)")
h('div.cp-version-footer', "CryptPad v2.8.0 (Ibis)")
]);
};

View File

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