From 93e4c8a9e2b776925f799314384b80c09cbc1d11 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 28 Oct 2019 13:45:54 +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 b1b36d029..98a8eff43 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -103,7 +103,7 @@ define([ ])*/ ]) ]), - h('div.cp-version-footer', "CryptPad v3.3.0 (Dodo)") + h('div.cp-version-footer', "CryptPad v3.4.0 (Elasmotherium)") ]); }; diff --git a/package.json b/package.json index 20500a960..aaa60d36d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "3.3.0", + "version": "3.4.0", "license": "AGPL-3.0+", "repository": { "type": "git",