From 5c652c0952a4282ca312d83aab957ce1a75d9640 Mon Sep 17 00:00:00 2001 From: Varun A P Date: Sun, 25 Dec 2022 22:26:25 +0100 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 002b442..2547bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-garden-theme", - "version": "1.0.0", + "version": "1.1.0", "description": "Build your own personal Digital Garden effortlessly with this Hugo theme", "scripts": { "dev:css": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./themes/digitalgarden/assets/css/tailwind.css -o ./static/css/main.css -w",