From 35e881d2dda883d290873188d4e0b537acafbee7 Mon Sep 17 00:00:00 2001 From: Andrey Platov <87076238+aplatoff@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:21:11 +0100 Subject: [PATCH] publish contact and gmail (#898) Signed-off-by: Andrey Platov --- plugins/contact/package.json | 2 +- plugins/gmail/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/contact/package.json b/plugins/contact/package.json index 783e826fe6..3b33bbb531 100644 --- a/plugins/contact/package.json +++ b/plugins/contact/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/contact", - "version": "0.6.3", + "version": "0.6.4", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", diff --git a/plugins/gmail/package.json b/plugins/gmail/package.json index 4db2f68c78..2a4ba0a004 100644 --- a/plugins/gmail/package.json +++ b/plugins/gmail/package.json @@ -1,6 +1,6 @@ { "name": "@anticrm/gmail", - "version": "0.6.0", + "version": "0.6.1", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0",