From f0f6359b076628fbe3185cf1d12bce6da865f5b3 Mon Sep 17 00:00:00 2001 From: Oliver Larsson Date: Sat, 25 Nov 2023 10:43:16 +0100 Subject: [PATCH] 0.3.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c593d0..4f82c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "blg", - "version": "0.3.7", + "version": "0.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "0.3.7", + "version": "0.3.8", "dependencies": { "@giscus/vue": "^2.2.8", "nord": "0.2.1" diff --git a/package.json b/package.json index 9e5daea..82ca3fc 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,5 @@ "@giscus/vue": "^2.2.8", "nord": "0.2.1" }, - "version": "0.3.7" + "version": "0.3.8" }