From 7f4b1c1c98fbc6b109bf981036e16935ea6f8a71 Mon Sep 17 00:00:00 2001 From: tuhana Date: Fri, 19 Jul 2024 17:28:02 +0300 Subject: [PATCH] Release v1.0.3 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 6eb0dd2..f75b788 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@tuhana/unocss-catppuccin", - "version": "1.0.2", + "version": "1.0.3", "tasks": { "build:npm": "deno run -A scripts/build_npm.ts" },