From 8e2ab0b74ac17e22d941bd75641781fe9b4de03c Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 16 Jul 2018 11:30:57 +0200 Subject: [PATCH] bump version strings --- 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 10ccb0824..152970f58 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -95,7 +95,7 @@ define([ ]) ]) ]), - h('div.cp-version-footer', "CryptPad v2.4.0 (Echidna)") + h('div.cp-version-footer', "CryptPad v2.5.0 (Fossa)") ]); }; diff --git a/package.json b/package.json index e4bfa80fd..aa61b9f49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "2.4.0", + "version": "2.5.0", "license": "AGPL-3.0+", "repository": { "type": "git",