Skip to content

Commit

Permalink
release v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KCaverly committed Mar 24, 2023
1 parent 26adf5f commit 3f2fc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peaches"
version = "0.4.7"
version = "0.4.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
rm -rf ~/.local/bin/peaches

# Get Latest Release from Github
wget https://github.com/KCaverly/peaches/releases/download/v0.4.7/peaches --no-check-certificate -P ~/.local/bin/
wget https://github.com/KCaverly/peaches/releases/download/v0.4.8/peaches --no-check-certificate -P ~/.local/bin/
chmod +x ~/.local/bin/peaches

0 comments on commit 3f2fc30

Please sign in to comment.