From 35299e315e564d3d8edbd7354e6125c958255f32 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Fri, 11 Oct 2024 04:04:09 -0700 Subject: [PATCH] v2.0.0 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index f4bf8b1..5fd83a1 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@macil/aocd", - "version": "2.0.0-beta1", + "version": "2.0.0", "exports": { ".": "./mod.ts", "./cli": "./cli.ts",