From 8960c8fcbd1cf0a045cd40d10063733c210c6b5f Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 11 Dec 2018 11:11:17 +0100 Subject: [PATCH] bump to latest version and codename --- customize.dist/pages.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index b671d9edb..c8ae8988b 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -91,7 +91,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.13.0 (Numbat)") + h('div.cp-version-footer', "CryptPad v2.14.0 (Opossum)") ]); }; diff --git a/package.json b/package.json index f89cfff96..b6456cf4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.13.0", + "version": "2.14.0", "license": "AGPL-3.0+", "repository": { "type": "git",