From 44419fc92914f6fe577fa4066f0f6061c1f4f66f Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 27 Nov 2018 17:04:58 +0100 Subject: [PATCH] bump version --- 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 0343bf8a0..b671d9edb 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -91,7 +91,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.12.0 (Manatee)") + h('div.cp-version-footer', "CryptPad v2.13.0 (Numbat)") ]); }; diff --git a/package.json b/package.json index 0468d50f2..f89cfff96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.12.0", + "version": "2.13.0", "license": "AGPL-3.0+", "repository": { "type": "git",