From 31880b0b3551d99f13c0e1db2fb80f3edf51dfe0 Mon Sep 17 00:00:00 2001 From: ryu <114303361+ryuapp@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:28:08 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78e25f9..5f4c39e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Simple, fast, and easy to use. ## Usage ```ts -import { red } from "https://deno.land/x/enogu@0.1.1/colors.ts"; +import { red } from "https://deno.land/x/enogu@0.2.0/colors.ts"; console.log(red("Hello, world!")); ``` diff --git a/src/README.md b/src/README.md index 78e25f9..5f4c39e 100644 --- a/src/README.md +++ b/src/README.md @@ -6,7 +6,7 @@ Simple, fast, and easy to use. ## Usage ```ts -import { red } from "https://deno.land/x/enogu@0.1.1/colors.ts"; +import { red } from "https://deno.land/x/enogu@0.2.0/colors.ts"; console.log(red("Hello, world!")); ```