Skip to content

Commit d0caee8

Browse files
committed
chore: bump to v0.1.1
1 parent d0d91d3 commit d0caee8

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.bmp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: 0.1.0
1+
version: 0.1.1
22
commit: 'chore: bump to v%.%.%'
33
files:
4-
README.md:
5-
- Cell v%.%.%
4+
README.md: Cell v%.%.%
65
mod.ts: Cell v%.%.%
76
deno.json: '"version": "%.%.%"'

README.md

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

3-
# Cell v0.1.0
3+
# Cell v0.1.1
44

55
> Event-driven DOM programming in a new style
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.1.0",
3+
"version": "0.1.1",
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.1.0 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
1+
/*! Cell v0.1.1 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
22
import { documentReady, logEvent } from "./util.ts";
33

44
interface Initializer {

0 commit comments

Comments
 (0)