Skip to content

Commit

Permalink
fixes & bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Feb 23, 2023
1 parent a3f13c0 commit 7b453e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --cleanc
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img alt="Chaos Logo" src="/static/logo.png?v=0.13.0" width="150" />
<img alt="Chaos Logo" src="/static/logo.png?v=0.14.0" width="150" />
<h3 align="center">Chaos</h3>
<p align="center">A Server Chaos Maker, Set up in Minutes.</p>
<p align="center">
Expand All @@ -10,10 +10,10 @@
<img src="https://github.com/clivern/chaos/actions/workflows/ui.yml/badge.svg">
</a>
<a href="https://github.com/clivern/chaos/releases">
<img src="https://img.shields.io/badge/Version-v0.13.0-red.svg">
<img src="https://img.shields.io/badge/Version-v0.14.0-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/clivern/chaos">
<img src="https://goreportcard.com/badge/github.com/clivern/chaos?v=0.13.0">
<img src="https://goreportcard.com/badge/github.com/clivern/chaos?v=0.14.0">
</a>
<a href="https://godoc.org/github.com/clivern/chaos">
<img src="https://godoc.org/github.com/clivern/chaos?status.svg">
Expand Down

0 comments on commit 7b453e5

Please sign in to comment.