From 3395d970ba76280893b35b9e6f763aeb6d4a2e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lumi=C3=A8re=20=C3=89lev=C3=A9?= <88174309+PoneyClairDeLune@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:14:04 +0000 Subject: [PATCH] ... Does it really need three segments? --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 4a0cecd..2fccf43 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@ltgc/octavia", - "version": "0.2", + "version": "0.2.0", "exports": { "./textEmit": "./dist/textEmit.mjs", "./textRead": "./dist/textRead.mjs",