Skip to content

Commit

Permalink
Upgrade version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kontheocharis committed Aug 6, 2023
1 parent f520f81 commit 892392a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Requirements: a UNIX system, recent versions of NodeJS and Yarn.
The first step is to install `powar_init` globally with Deno:

```sh
$ deno install --allow-read --allow-run https://deno.land/x/[email protected].2/powar_init.ts
$ deno install --allow-read --allow-run https://deno.land/x/[email protected].3/powar_init.ts
```

Then, create a new Powar project (where `powar_init` should be replaced by the
Expand Down Expand Up @@ -96,4 +96,4 @@ To see all the available command-line arguments for `powar_init`, run
`powar_init -h`.

All available API functions provided by `powar` are documented
[here](https://deno.land/x/[email protected].2/api.ts?s=CommonApi).
[here](https://deno.land/x/[email protected].3/api.ts?s=CommonApi).
2 changes: 1 addition & 1 deletion example/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * as powar from " https://deno.land/x/[email protected].2/mod.ts";
export * as powar from " https://deno.land/x/[email protected].3/mod.ts";

0 comments on commit 892392a

Please sign in to comment.