Skip to content

Commit f4ae5a9

Browse files
committed
chore: bump to v0.3.5
1 parent f9e2d59 commit f4ae5a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.3.4
1+
version: 0.3.5
22
commit: 'chore: bump to v%.%.%'
33
files:
44
README.md: Cell v%.%.%

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://kt3k.github.io/cell/cell-logo.svg" width="70" alt="cell" />
22

3-
# Cell v0.3.4
3+
# Cell v0.3.5
44

55
> A frontend UI tool, encourages local event handlers and signals
66

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kt3k/cell",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"exports": {
55
".": "./mod.ts"
66
},

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Cell v0.3.4 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
1+
/*! Cell v0.3.5 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
22
import { documentReady, logEvent } from "./util.ts"
33
export { signal } from "@kt3k/signal"
44

0 commit comments

Comments
 (0)