From 1bff47e2a32e59300859741236563013aed0bfd8 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Sat, 4 May 2024 23:09:45 +0800 Subject: [PATCH] chore: release 0.1.1 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index f798daf..2bfd7fc 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@textplace/core", - "version": "0.1.0", + "version": "0.1.1", "exports": "./mod.ts", "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.1"