bump version to 2.0.0

pull/1/head
ansuz 2018-05-02 11:44:12 +02:00
parent 123612b893
commit 3eb199bca7
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v1.29.0 (toSource)")
h('div.cp-version-footer', "CryptPad v2.0.0 (Alpaca)")
]);
};

View File

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