From 331caf517e3486ef1786e11ffcb7c83bbd620ab5 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 19 Sep 2024 11:59:21 +0900 Subject: [PATCH] chore: bump to v0.4.1 --- .bmp.yml | 2 +- README.md | 2 +- deno.json | 2 +- mod.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bmp.yml b/.bmp.yml index 8533a71..13511b4 100644 --- a/.bmp.yml +++ b/.bmp.yml @@ -1,4 +1,4 @@ -version: 0.4.0 +version: 0.4.1 commit: 'chore: bump to v%.%.%' files: README.md: Cell v%.%.% diff --git a/README.md b/README.md index 571c7b9..e22ea20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ cell -# Cell v0.4.0 +# Cell v0.4.1 > A frontend UI tool, encourages local event handlers and signals diff --git a/deno.json b/deno.json index 771355b..9ca228e 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@kt3k/cell", - "version": "0.4.0", + "version": "0.4.1", "exports": { ".": "./mod.ts" }, diff --git a/mod.ts b/mod.ts index 248a485..a2a6740 100644 --- a/mod.ts +++ b/mod.ts @@ -1,4 +1,4 @@ -/*! Cell v0.4.0 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ +/*! Cell v0.4.1 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ import { documentReady, logEvent } from "./util.ts" export { signal } from "@kt3k/signal"