From ccc4bc61e258391e98a6826ed1c15a7b99775cab Mon Sep 17 00:00:00 2001 From: Nathaniel Blackburn Date: Tue, 25 Oct 2022 00:01:01 +0100 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c20fded1..d12b7566 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nblackburn/website", "private": true, - "version": "1.3.0", + "version": "1.4.0", "scripts": { "start": "astro dev", "build": "astro build",