mirror of https://github.com/xwiki-labs/cryptpad
bump version to 2.7.0
This commit is contained in:
parent
5b6aa4ba0a
commit
2bd02ca69e
|
@ -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)")
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue