From 43a65d8e0716974d5617776f661ed4b70fa1f679 Mon Sep 17 00:00:00 2001 From: "bustin-base[bot]" <177288331+bustin-base[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:48:42 +0000 Subject: [PATCH] 0.5.2[no ci] --- VERSION | 2 +- deno.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4b9fcbe..cb0c939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/deno.jsonc b/deno.jsonc index 952ea8e..4bb35cf 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@justinmchase/grove", - "version": "0.5.1", + "version": "0.5.2", "exports": "./mod.ts", "tasks": { "check": "deno fmt && deno lint && deno test && npx jsr publish --dry-run --allow-dirty",