increment version

This commit is contained in:
ansuz 2018-06-11 15:15:03 +02:00
parent aeaf7d1950
commit 5a549f75a6
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v2.2.0 (Coati)")
h('div.cp-version-footer', "CryptPad v2.3.0 (Donkey)")
]);
};

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "2.2.0",
"version": "2.3.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chainpad-server": "^2.0.0",