From 3453e543570e8abe30de776c510b0619da498b0c Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 12 Jul 2017 10:49:05 +0200 Subject: [PATCH] bump footer and package.json for upcoming version --- customize.dist/template.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/template.js b/customize.dist/template.js index c8f6153d2..fbb97071e 100644 --- a/customize.dist/template.js +++ b/customize.dist/template.js @@ -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; diff --git a/package.json b/package.json index ed0f25695..02b26fc7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "chainpad-server": "^1.0.1", "express": "~4.10.1",