From 1692b42e8f44266e86f3ecabd5508842ecc53ff5 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Thu, 24 Sep 2020 17:32:52 +0200
Subject: [PATCH] update: bump job board to @0.8

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

diff --git a/src/dependencies.pug b/src/dependencies.pug
index 169589a4..562b7ef0 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -19,7 +19,7 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
     //- script(type="module" src="/lib/sib-event/sib-event.js" defer)
 
 if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
-    script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.7" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.8" defer)
     //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
 
 if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
-- 
GitLab