Skip to content

Commit

Permalink
chore: bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 18, 2024
1 parent d0d91d3 commit d0caee8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 0.1.0
version: 0.1.1
commit: 'chore: bump to v%.%.%'
files:
README.md:
- Cell v%.%.%
README.md: Cell v%.%.%
mod.ts: Cell v%.%.%
deno.json: '"version": "%.%.%"'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://raw.githubusercontent.com/kt3k/cell/main/cell-logo.svg" width="70" alt="capsule" />

# Cell v0.1.0
# Cell v0.1.1

> Event-driven DOM programming in a new style
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kt3k/cell",
"version": "0.1.0",
"version": "0.1.1",
"exports": {
".": "./mod.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Cell v0.1.0 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
/*! Cell v0.1.1 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
import { documentReady, logEvent } from "./util.ts";

interface Initializer {
Expand Down

0 comments on commit d0caee8

Please sign in to comment.