From 93d12d52b8239560f7cad17d5039708cac6a40e3 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sun, 24 Mar 2024 22:05:17 +0100 Subject: [PATCH] Small bugfix --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index f27ceff..f55e49f 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@cross/utils", - "version": "0.8.0", + "version": "0.8.1", "exports": { ".": "./mod.ts", "./ansi": "./utils/ansi.ts",