Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 28, 2023
1 parent 6c687be commit 7e6ad7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "superviseur"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
edition = "2021"
repository = "https://github.com/tsirysndr/superviseur"
license = "MPL-2.0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ brew install tsirysndr/tap/superviseur
Or download the latest release for your platform [here](https://github.com/tsirysndr/superviseur/releases).

## 📦 Downloads
- `Mac`: arm64: [superviseur_v0.1.0-alpha.4_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.4/superviseur_v0.1.0-alpha.4_aarch64-apple-darwin.tar.gz) intel: [superviseur_v0.1.0-alpha.4_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.4/superviseur_v0.1.0-alpha.4_x86_64-apple-darwin.tar.gz)
- `Linux`: [superviseur_v0.1.0-alpha.4_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.4/superviseur_v0.1.0-alpha.4_x86_64-unknown-linux-gnu.tar.gz)
- `Mac`: arm64: [superviseur_v0.1.0-alpha.5_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.5/superviseur_v0.1.0-alpha.5_aarch64-apple-darwin.tar.gz) intel: [superviseur_v0.1.0-alpha.5_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.5/superviseur_v0.1.0-alpha.5_x86_64-apple-darwin.tar.gz)
- `Linux`: [superviseur_v0.1.0-alpha.5_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.5/superviseur_v0.1.0-alpha.5_x86_64-unknown-linux-gnu.tar.gz)

## 🚀 Usage

Expand Down Expand Up @@ -187,7 +187,7 @@ You can use the [setup-superviseur](https://github.com/marketplace/actions/setup
```yaml
- uses: tsirysndr/setup-superviseur@v1
with:
version: 'v0.1.0-alpha.4'
version: 'v0.1.0-alpha.5'
- run: superviseur --help
```
Expand Down

0 comments on commit 7e6ad7e

Please sign in to comment.