Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
117 committed Aug 11, 2024
1 parent d8c8452 commit 3a51be1
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 @@ -28,7 +28,7 @@ $ deno add @117/mutex
## Example

```ts
import { createMutex } from "jsr:@117/mutex";
import { createMutex } from "@117/mutex";

const mutex = createMutex();

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@117/mutex",
"description": "A mutex implementation for Deno that supports async/await.",
"version": "1.0.7",
"version": "1.0.8",
"exports": "./mod.ts",
"imports": {
"@/": "./",
Expand Down

0 comments on commit 3a51be1

Please sign in to comment.