From 9c948f1f3e6db2cb15e0eec89bc2ac319fb291a8 Mon Sep 17 00:00:00 2001 From: Julien Oculi <xdrz.jot.sr@gmail.com> Date: Thu, 20 Feb 2025 17:30:30 +0100 Subject: [PATCH] chore: fix `deno.json` version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 8251a64..1beb928 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@cohabit/mailer", - "version": "0.3.3", + "version": "0.5.1", "exports": { ".": "./mod.ts", "./cli": "./cli.ts",