Skip to content

Commit

Permalink
chore(ci): update deno version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 14, 2020
1 parent 37ccb94 commit 15f55ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
deno_version: [ 'v1.0.0-rc2' ]
deno_version: [ 'v1.0.0' ]

steps:
- name: Configure git
Expand Down
2 changes: 1 addition & 1 deletion packages/ansi-escape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0%20rc2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0-green?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
2 changes: 1 addition & 1 deletion packages/command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0%20rc2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0-green?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
2 changes: 1 addition & 1 deletion packages/flags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0%20rc2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0-green?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
2 changes: 1 addition & 1 deletion packages/keycode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0%20rc2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0-green?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
2 changes: 1 addition & 1 deletion packages/prompt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://deno.land/">
<img src="https://img.shields.io/badge/deno-v1.0.0%20rc2-green?logo=deno" alt="deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.0-green?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down

0 comments on commit 15f55ae

Please sign in to comment.