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 May 16, 2023
1 parent 5e73751 commit 514a174
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
Expand Up @@ -8,7 +8,7 @@ license = "MPL-2.0"
name = "superviseur"
readme = "README.md"
repository = "https://github.com/tsirysndr/superviseur"
version = "0.1.0-alpha.10"
version = "0.1.0-alpha.11"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,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.10_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.10/superviseur_v0.1.0-alpha.10_aarch64-apple-darwin.tar.gz) intel: [superviseur_v0.1.0-alpha.10_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.10/superviseur_v0.1.0-alpha.10_x86_64-apple-darwin.tar.gz)
- `Linux`: [superviseur_v0.1.0-alpha.10_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.10/superviseur_v0.1.0-alpha.10_x86_64-unknown-linux-gnu.tar.gz)
- `Mac`: arm64: [superviseur_v0.1.0-alpha.11_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.11/superviseur_v0.1.0-alpha.11_aarch64-apple-darwin.tar.gz) intel: [superviseur_v0.1.0-alpha.11_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.11/superviseur_v0.1.0-alpha.11_x86_64-apple-darwin.tar.gz)
- `Linux`: [superviseur_v0.1.0-alpha.11_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.11/superviseur_v0.1.0-alpha.11_x86_64-unknown-linux-gnu.tar.gz)

## 🚀 Usage

Expand Down Expand Up @@ -192,7 +192,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.10'
version: 'v0.1.0-alpha.11'
- run: superviseur --help
```
Expand Down

0 comments on commit 514a174

Please sign in to comment.