From e236740ea6f68472e4cb66b7675e103d922dcb3c Mon Sep 17 00:00:00 2001 From: DylanBulmer Date: Sun, 21 Jul 2024 09:17:56 -0400 Subject: [PATCH] bump version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 0287b10..e01a4bf 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@codr/models", - "version": "0.1.4", + "version": "0.1.5", "exports": "./mod.ts", "fmt": { "lineWidth": 80,