From f44f5c90a727f0c1b9587053d130a4b6d3b514e6 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sat, 7 Sep 2024 21:59:26 +0200 Subject: [PATCH] Bump version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 87ed4c1..a7750e9 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@cross/utils", - "version": "0.14.0", + "version": "0.15.0", "exports": { ".": "./mod.ts", "./ansi": "./utils/ansi.ts",