From 54ad5a612f0d2417b8b7fb8ab5de0c23b99581be Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Fri, 10 May 2019 16:25:58 +0200
Subject: [PATCH] update: notification to 0.1.12

---
 src/dependencies.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dependencies.pug b/src/dependencies.pug
index d6815d5d..b15139a9 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -26,7 +26,7 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 script(type="module" src="https://unpkg.com/@startinblox/core@0.7.15")
 script(type="module" src="https://unpkg.com/@startinblox/router@0.7.2")
 script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1.7")
-script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1.11")
+script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1.12")
 script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2.1")
 script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.10")
 
-- 
GitLab