bump version

This commit is contained in:
ansuz 2018-06-25 11:00:59 +02:00
parent 52cc007431
commit 4e9baff0b6
2 changed files with 2 additions and 2 deletions

View File

@ -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)")
]);
};

View File

@ -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",