diff --git a/README.md b/README.md index 3a90db3..0e592bc 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 @@ -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`.", )