Skip to content

Commit

Permalink
Merge pull request #104 from hasundue/denopendabot
Browse files Browse the repository at this point in the history
docs(version): bump the version from 0.3.0 to 0.3.1
  • Loading branch information
denopendabot[bot] authored Nov 2, 2023
2 parents 547216b + 61e5594 commit c254e0a
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 @@ -14,15 +14,15 @@
## :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

```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
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.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`.",
)
Expand Down

0 comments on commit c254e0a

Please sign in to comment.