From f86347d310cbb7815dadc5bef35b4896e9b9dad0 Mon Sep 17 00:00:00 2001 From: Angelo Veltens Date: Fri, 17 May 2024 23:11:09 +0200 Subject: [PATCH] fix: update version of core in contacts app --- contacts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contacts/package.json b/contacts/package.json index 7fbdc95..813e293 100644 --- a/contacts/package.json +++ b/contacts/package.json @@ -25,7 +25,7 @@ "build:pwa": "pwa-asset-generator ../assets/logo.png ./www/icons --index ./www/index.html --manifest ./www/manifest.json" }, "dependencies": { - "@pod-os/core": "^0.11.1", + "@pod-os/core": "^0.12.0", "@pod-os/elements": "^0.16.0", "@solid-data-modules/contacts-rdflib": "^0.5.0", "@stencil/core": "^4.18.1",