bump version to 2.7.0

This commit is contained in:
ansuz 2018-09-04 08:59:38 -04:00
parent 5b6aa4ba0a
commit 2bd02ca69e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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