From a4c706f254b11c962f512f12f4eb80b626a6b7f5 Mon Sep 17 00:00:00 2001 From: denopendabot Date: Thu, 2 Nov 2023 07:19:29 +0000 Subject: [PATCH 1/2] docs(deps): bump nublar from 0.3.0 to 0.3.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a90db3..77b12ce 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## :passenger_ship: Installation ```sh -deno install --allow-read --allow-write --allow-env --allow-net https://deno.land/x/nublar@0.3.0/nublar.ts +deno install --allow-read --allow-write --allow-env --allow-net https://deno.land/x/nublar@0.3.1/nublar.ts ``` ## :world_map: Usage From 61e5594e7a9f2b24f3b2d2aa5d7444a65b5cc112 Mon Sep 17 00:00:00 2001 From: denopendabot Date: Thu, 2 Nov 2023 07:19:30 +0000 Subject: [PATCH 2/2] docs(deps): bump hasundue/nublar from 0.3.0 to 0.3.1 --- README.md | 2 +- nublar.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77b12ce..0e592bc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ deno install --allow-read --allow-write --allow-env --allow-net https://deno.lan ```sh # list all scripts installed in your environment $ nublar list -nublar 0.3.0 # @denopendabot hasundue/nublar +nublar 0.3.1 # @denopendabot hasundue/nublar molt 0.7.1 # check updates for them diff --git a/nublar.ts b/nublar.ts index f399fc4..16a6767 100644 --- a/nublar.ts +++ b/nublar.ts @@ -11,7 +11,7 @@ import { new Command() .name("nublar") - .version("0.3.0") // @denopendabot hasundue/nublar + .version("0.3.1") // @denopendabot hasundue/nublar .description( "A command-line tool to manage your Deno scripts installed via `deno install`.", )