From 67d1347bd8728e42afc9b443fa6b099e6473b8b3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 2 Oct 2018 11:07:42 -0400 Subject: [PATCH] bump version to 2.9.0 in footer and package.json --- 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 e4b0dc1e4..e6f5a9712 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -94,7 +94,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.8.0 (Ibis)") + h('div.cp-version-footer', "CryptPad v2.9.0 (Jerboa)") ]); }; diff --git a/package.json b/package.json index 8706b37e1..441c65628 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.8.0", + "version": "2.9.0", "license": "AGPL-3.0+", "repository": { "type": "git",