Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
117 committed Sep 23, 2024
1 parent 7a7264d commit 65ab3f2
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 @@ -36,7 +36,7 @@ stopwatch.start();
await new Promise((resolve) => setTimeout(resolve, 150));
stopwatch.stop();

console.log(stopwatch.getElapsedTime()); // 150
console.log(stopwatch.getElapsedTime());
```

## Contributing
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/stopwatch",
"description": "An easy-to-use stopwatch for Deno.",
"version": "1.0.0",
"version": "1.0.1",
"exports": "./mod.ts",
"imports": {
"@/": "./",
Expand Down

0 comments on commit 65ab3f2

Please sign in to comment.