From f4ae5a9b99996187e3b331ce24ee4849e9f232e1 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sat, 24 Aug 2024 00:30:34 +0900 Subject: [PATCH] chore: bump to v0.3.5 --- .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 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"