Skip to content

Commit

Permalink
docs(deps): bump hasundue/nublar from 0.2.2 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denopendabot committed Nov 2, 2023
1 parent 51571c8 commit 5edbed5
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 @@ -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.2.2 # @denopendabot hasundue/nublar
nublar 0.3.0 # @denopendabot hasundue/nublar
molt 0.7.1

# check updates for them
Expand Down
2 changes: 1 addition & 1 deletion nublar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

new Command()
.name("nublar")
.version("0.2.2") // @denopendabot hasundue/nublar
.version("0.3.0") // @denopendabot hasundue/nublar
.description(
"A command-line tool to manage your Deno scripts installed via `deno install`.",
)
Expand Down

0 comments on commit 5edbed5

Please sign in to comment.