bump cryptpad version

This commit is contained in:
ansuz 2017-10-23 14:05:49 +02:00
parent 9b02b36724
commit aaef30f489
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ define([
])
])
]),
h('div.cp-version-footer', "CryptPad v1.17.0 (Ratatoskr)")
h('div.cp-version-footer', "CryptPad v1.18.0 (Snallygaster)")
]);
};

View File

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