Skip to content

Commit

Permalink
Update to v1.1.5 to fix version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Sep 30, 2024
1 parent 089a25b commit e700171
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.4"
version = "1.1.5"
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.3/viddy-v1.1.3-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.1.5/viddy-v1.1.5-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
```

### Other
Expand Down

0 comments on commit e700171

Please sign in to comment.