mirror of https://github.com/xwiki-labs/cryptpad
bump version
This commit is contained in:
parent
52cc007431
commit
4e9baff0b6
|
@ -95,7 +95,7 @@ define([
|
|||
])
|
||||
])
|
||||
]),
|
||||
h('div.cp-version-footer', "CryptPad v2.3.0 (Donkey)")
|
||||
h('div.cp-version-footer', "CryptPad v2.4.0 (Echidna)")
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "cryptpad",
|
||||
"description": "realtime collaborative visual editor with zero knowlege server",
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"chainpad-server": "~2.1.0",
|
||||
|
|
Loading…
Reference in New Issue