From a458d7fa46a1320acd553669b541a8cb6b39e45f Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 31 Jul 2017 10:24:35 +0200 Subject: [PATCH] bump to latest 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 7fc7172ce..b511676e4 100644 --- a/customize.dist/template.js +++ b/customize.dist/template.js @@ -112,7 +112,7 @@ $(function () { ]) ]) ]), - h('div.version-footer', "CryptPad v1.11.0 (Lutin)") + h('div.version-footer', "CryptPad v1.12.0 (Minotaur)") ])); var pathname = location.pathname; diff --git a/package.json b/package.json index 02b26fc7d..f6e44faa2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "1.11.0", + "version": "1.12.0", "dependencies": { "chainpad-server": "^1.0.1", "express": "~4.10.1",