Skip to content

Commit

Permalink
Update to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Oct 13, 2024
1 parent 586c720 commit d596c0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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,7 +1,7 @@
[package]
name = "viddy"
license = "MIT"
version = "1.1.6"
version = "1.2.0"
edition = "2021"
description = "A modern watch command"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ brew install viddy
### Linux

```shell
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.1.6/viddy-v1.1.6-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.2.0/viddy-v1.2.0-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
```

### Other
Expand Down

0 comments on commit d596c0b

Please sign in to comment.