From 78bd5441964c2a2574fb9ade2d72810914b469c3 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 8 Oct 2019 13:54:48 +0200 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 43702f7cd..b1b36d029 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -103,7 +103,7 @@ define([ ])*/ ]) ]), - h('div.cp-version-footer', "CryptPad v3.2.0 (Chilihueque)") + h('div.cp-version-footer', "CryptPad v3.3.0 (Dodo)") ]); }; diff --git a/package.json b/package.json index d47aa5a2e..20500a960 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "3.2.0", + "version": "3.3.0", "license": "AGPL-3.0+", "repository": { "type": "git",