Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ccalamos committed May 6, 2021
1 parent 60206d1 commit 85290bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<h1 align="center">Barrel CLI 馃洟</h1>

<p align="center" class="badges-container">
<a href="https://github.com/ccalamos/barrel-cli/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/ccalamos/barrel-cli?logo=github&color=blue" />
<a href="https://github.com/ccalamos/barrel/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/ccalamos/barrel?logo=github&color=blue" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.9.2-blue?logo=deno" />
</a>
<a href="./LICENSE">
<img alt="License" src="https://img.shields.io/github/license/c4spar/deno-cliffy?logo=github" />
<img alt="License" src="https://img.shields.io/github/license/ccalamos/barrel-cli?logo=github" />
</a>
<br>
<a href="https://deno.land/x/barrel-cli">
<a href="https://deno.land/x/barrel">
<img alt="deno.land" src="https://img.shields.io/badge/Published on deno.land-blue?logo=deno&logoColor=959DA6&color=272727" />
</a>
</p>
Expand All @@ -28,7 +28,7 @@ This CLI tool can be installed in the following ways:
Deno:

```zsh
deno run -A https://deno.land/x/barrel-cli/install.ts
deno run -A https://deno.land/x/barrel/install.ts
```

HomeBrew:
Expand Down
2 changes: 1 addition & 1 deletion utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const VERSION_INFO: IVersion = {
"0",
) as IVersion["month"],
minor: "0",
patch: "1",
patch: "2",
separator: ".",
prefix: "v",
};
Expand Down

0 comments on commit 85290bb

Please sign in to comment.