Skip to content

Commit

Permalink
Update RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Aug 19, 2024
1 parent d72b8f6 commit 29e4012
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "viddy"
version = "1.0.0-rc.4"
version = "1.0.0-rc.5"
edition = "2021"
description = "A modern watch command"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ brew install sachaos/tap/viddy-rc
### Linux

```shell
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0-rc.4/viddy-v1.0.0-rc.4-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0-rc.5/viddy-v1.0.0-rc.5-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
```

### Other

Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.0-rc.4).
Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.0-rc.5).

## Keymaps

Expand Down

0 comments on commit 29e4012

Please sign in to comment.