bump footer and package.json for upcoming version

This commit is contained in:
ansuz 2017-07-12 10:49:05 +02:00
parent c0cb5c4263
commit 3453e54357
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ $(function () {
]) ])
]) ])
]), ]),
h('div.version-footer', "CryptPad v1.10.0 (Kraken)") h('div.version-footer', "CryptPad v1.11.0 (Lutin)")
])); ]));
var pathname = location.pathname; var pathname = location.pathname;

View File

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