From 9fe78dcc5f99ba3dd98ace8872404fc1525b1d83 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 22 Aug 2018 15:32:47 +0200 Subject: [PATCH] bump version from 2.5.0 to 2.6.0 --- 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 0167268ed..e3fc17659 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -94,7 +94,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.5.0 (Fossa)") + h('div.cp-version-footer', "CryptPad v2.6.0 (Gibbon)") ]); }; diff --git a/package.json b/package.json index dd107988a..23e848602 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.5.0", + "version": "2.6.0", "license": "AGPL-3.0+", "repository": { "type": "git",