Skip to content

Commit

Permalink
chore: bump version to 2.5.1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers committed Apr 26, 2022
1 parent 01587a3 commit 8336572
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 @@ -26,7 +26,7 @@ this module is purely for generating config.
## Installation

```
deno install --allow-read --allow-write -fn deno-init https://deno.land/x/init@v2.5.0/mod.ts
deno install --allow-read --allow-write -fn deno-init https://deno.land/x/init@v2.5.1/mod.ts
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ask } from "./ask.ts";

await new Command()
.name("deno-init")
.version("v2.5.0")
.version("v2.5.1")
.description("Generate a Deno configuration file.")
.help({
colors: (Deno.build.os === "windows") ? false : true,
Expand Down

0 comments on commit 8336572

Please sign in to comment.