Skip to content

Commit

Permalink
chore: bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Aug 21, 2024
1 parent 1862e37 commit d88a030
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.2
version: 0.2.3
commit: 'chore: bump to %.%.%'
files:
README.md:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bmp v0.2.2
# bmp v0.2.3

> Version up. No hassles.
Expand All @@ -17,7 +17,7 @@ the version number in a repository and updates every occurence consistently.
# Install

```sh
deno install --allow-read=. --allow-write=. --allow-run=git -qf jsr:@kt3k/bmp@0.2.2
deno install --allow-read=. --allow-write=. --allow-run=git -qf jsr:@kt3k/bmp@0.2.3
```

This installs `bmp` command.
Expand Down
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { performCommit } from "./perform_commit.ts";
import { AppError, VersionInfo } from "./models.ts";

const NAME = "bmp";
const VERSION = "0.2.2";
const VERSION = "0.2.3";

function usage() {
console.log(`
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/bmp",
"version": "0.2.2",
"version": "0.2.3",
"exports": {
".": "./cli.ts"
},
Expand Down

0 comments on commit d88a030

Please sign in to comment.