From 42e689cc4091e6e8e752b080759450889e75e013 Mon Sep 17 00:00:00 2001 From: c43721 Date: Sun, 27 Oct 2024 15:21:06 -0500 Subject: [PATCH] chore: bump version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 37e8964..eff7dfe 100644 --- a/deno.json +++ b/deno.json @@ -5,6 +5,6 @@ "@std/cli": "jsr:@std/cli@^1.0.6", "@std/io": "jsr:@std/io@^0.225.0" }, - "version": "0.0.1-alpha1", + "version": "0.0.1", "exports": "./mod.ts" }