Skip to content

Commit

Permalink
feat: upgrade version to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andostronaut committed Aug 13, 2024
1 parent 4bc3009 commit 9e65cb2
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 @@ -38,7 +38,7 @@ In your test file , you can define a sample test like this:
With this test we only test this sample code inside a Chrome ,Firefox but you can create a test for another web browser like Edge, Safari 🚀

```ts
import { driver } from "https://deno.land/x/[email protected].5/mod.ts";
import { driver } from "https://deno.land/x/[email protected].6/mod.ts";

driver({ browser: "chrome" })
.then(({ service }) => {
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinotio/drowser",
"version": "0.1.5",
"version": "0.1.6",
"exports": "./mod.ts",
"importMap": "./import_map.json",
"tasks": {
Expand Down

0 comments on commit 9e65cb2

Please sign in to comment.