From 0ddf2a333db7d2e2b6cfe595fc27c87ddc21c83a Mon Sep 17 00:00:00 2001 From: "@masonmark" Date: Sun, 22 Dec 2024 23:43:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- deno.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bab53ed..7d73193 100644 --- a/README.md +++ b/README.md @@ -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 "🖕🌎" \ diff --git a/deno.jsonc b/deno.jsonc index 8ba0d14..a791be0 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@axhxrx/write-new-file", - "version": "0.0.4", + "version": "0.0.5", "exports": "./mod.ts", "license": "MIT", "imports": {