From 892392a3ea54c7c3f8b8c60211e001f7b6242ac2 Mon Sep 17 00:00:00 2001 From: Constantine Theocharis Date: Sun, 6 Aug 2023 18:40:33 +0000 Subject: [PATCH] Upgrade version to v1.0.3 --- README.md | 4 ++-- example/deps.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f4d218..e42be6b 100644 --- a/README.md +++ b/README.md @@ -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/powar@1.0.2/powar_init.ts +$ deno install --allow-read --allow-run https://deno.land/x/powar@1.0.3/powar_init.ts ``` Then, create a new Powar project (where `powar_init` should be replaced by the @@ -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/powar@1.0.2/api.ts?s=CommonApi). +[here](https://deno.land/x/powar@1.0.3/api.ts?s=CommonApi). diff --git a/example/deps.ts b/example/deps.ts index 7873f67..b752cd5 100644 --- a/example/deps.ts +++ b/example/deps.ts @@ -1 +1 @@ -export * as powar from " https://deno.land/x/powar@1.0.2/mod.ts"; +export * as powar from " https://deno.land/x/powar@1.0.3/mod.ts";