diff --git a/.bmp.yml b/.bmp.yml index 31ef1e6..373ed12 100644 --- a/.bmp.yml +++ b/.bmp.yml @@ -1,4 +1,4 @@ -version: 0.4.3 +version: 0.4.4 commit: 'chore: bump to v%.%.%' files: README.md: Cell v%.%.% diff --git a/README.md b/README.md index 85931f9..7c9b380 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ cell -# Cell v0.4.3 +# Cell v0.4.4 > A frontend UI tool, encourages local event handlers and signals diff --git a/deno.json b/deno.json index 94d4d96..26af33d 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@kt3k/cell", - "version": "0.4.3", + "version": "0.4.4", "exports": { ".": "./mod.ts" }, diff --git a/mod.ts b/mod.ts index 0bda1f9..3c89b8d 100644 --- a/mod.ts +++ b/mod.ts @@ -1,4 +1,4 @@ -/*! Cell v0.4.3 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ +/*! Cell v0.4.4 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ import { documentReady, logEvent } from "./util.ts" export { groupSignal, signal } from "@kt3k/signal"