Skip to content

Commit 1fff4cb

Browse files
committed
🔖 Release 0.3.1
1 parent ef3a0d1 commit 1fff4cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Simple, fast, and easy to use.
66
## Usage
77

88
```ts
9-
import { red } from "https://deno.land/x/[email protected].0/colors.ts";
9+
import { red } from "https://deno.land/x/[email protected].1/colors.ts";
1010

1111
console.log(red("Hello, world!"));
1212
```

‎src/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryu/enogu",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"exports": {
55
".": "./colors.ts",
66
"./tiny": "./tiny.ts"

0 commit comments

Comments
 (0)