Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriaVG committed Oct 20, 2021
1 parent a2107e9 commit 5e438e4
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 @@ -43,7 +43,7 @@ import {
Test,
expect,
prettify,
} from "https://raw.githubusercontent.com/ValeriaVG/tiny-jest/1.0.3/dist/mod.ts";
} from "https://raw.githubusercontent.com/ValeriaVG/tiny-jest/1.0.4/dist/mod.ts";

const { it, run, title } = new Test("basic");

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-jest",
"version": "1.0.3",
"version": "1.0.4",
"description": "Minimalistic zero dependency Jest-like test library to run tests in browser, nodejs or deno.",
"keywords": [
"jest",
Expand Down

0 comments on commit 5e438e4

Please sign in to comment.