From 8c0abc22a0170f2d1952fe48752bdd7657741c01 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 21 Sep 2023 18:39:28 -0300 Subject: [PATCH] 1.15.1 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index a7953f902..df00f10c0 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { - "version": "1.15.0", + "version": "1.15.1", "deno_version": "1.36.4", "tasks": { "compile-win": "deno compile --allow-all --target x86_64-pc-windows-msvc --output dist/cndi-win.exe main.ts",