diff --git a/.bmp.yml b/.bmp.yml index 7d9384c..d44dbd5 100644 --- a/.bmp.yml +++ b/.bmp.yml @@ -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": "%.%.%"' diff --git a/README.md b/README.md index fece5cb..3dd90e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ capsule -# Cell v0.1.0 +# Cell v0.1.1 > Event-driven DOM programming in a new style diff --git a/deno.json b/deno.json index 395a7f0..e5dce3f 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@kt3k/cell", - "version": "0.1.0", + "version": "0.1.1", "exports": { ".": "./mod.ts" }, diff --git a/mod.ts b/mod.ts index 8eecdc3..3c5269c 100644 --- a/mod.ts +++ b/mod.ts @@ -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 {