From e2db2c7a81aa7b68019ea14d466571e79fe36366 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 27 Oct 2022 21:25:49 +0700 Subject: [PATCH] Bump notification version (#2329) Signed-off-by: Andrey Sobolev --- plugins/notification/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notification/package.json b/plugins/notification/package.json index 8e60cff0a7..00cc9eb5c8 100644 --- a/plugins/notification/package.json +++ b/plugins/notification/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/notification", - "version": "0.6.3", + "version": "0.6.4", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0",