diff --git a/.bmp.yml b/.bmp.yml index 0f19dfc..6b0fdc2 100644 --- a/.bmp.yml +++ b/.bmp.yml @@ -1,4 +1,4 @@ -version: 0.3.4 +version: 0.3.5 commit: 'chore: bump to v%.%.%' files: README.md: Cell v%.%.% diff --git a/README.md b/README.md index d21ab3d..374a4ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ cell -# Cell v0.3.4 +# Cell v0.3.5 > A frontend UI tool, encourages local event handlers and signals diff --git a/deno.json b/deno.json index e53fb2e..a23c486 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@kt3k/cell", - "version": "0.3.4", + "version": "0.3.5", "exports": { ".": "./mod.ts" }, diff --git a/mod.ts b/mod.ts index 6f319e8..ed34831 100644 --- a/mod.ts +++ b/mod.ts @@ -1,4 +1,4 @@ -/*! Cell v0.3.4 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ +/*! Cell v0.3.5 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ import { documentReady, logEvent } from "./util.ts" export { signal } from "@kt3k/signal"