bump version

This commit is contained in:
ansuz 2018-01-08 18:40:51 +01:00
parent 7defde3c59
commit e06cb29c4f
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v1.23.0 (Xenomorph)")
h('div.cp-version-footer', "CryptPad v1.24.0 (Yeti)")
]);
};

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "1.23.0",
"version": "1.24.0",
"dependencies": {
"chainpad-server": "^1.0.1",
"express": "~4.10.1",