Skip to content

Commit

Permalink
🔖 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp committed Dec 21, 2023
1 parent 78ea5cb commit 31880b0
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 @@ -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!"));
```
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!"));
```
Expand Down

0 comments on commit 31880b0

Please sign in to comment.