Skip to content

Commit

Permalink
🧹 chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmark committed Dec 22, 2024
1 parent d630431 commit 0ddf2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ example~2024-12-22-16-39-42+225.txt

Or, on the CLI:
```bash
URL="https://jsr.io/@axhxrx/write-new-file/0.0.4/mod.ts" \
URL="https://jsr.io/@axhxrx/write-new-file/0.0.5/mod.ts" \
&& deno run -RW $URL fu-world.txt "πŸ–•πŸŒ" \
&& deno run -RW $URL fu-world.txt "πŸ–•πŸŒ" \
&& deno run -RW $URL fu-world.txt "πŸ–•πŸŒŽ" \
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axhxrx/write-new-file",
"version": "0.0.4",
"version": "0.0.5",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
Expand Down

0 comments on commit 0ddf2a3

Please sign in to comment.