diff --git a/Cargo.lock b/Cargo.lock index d888e5d..e79e46d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,7 +831,7 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "peaches" -version = "0.4.2" +version = "0.4.3" dependencies = [ "clap 4.0.29", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 6ef2c6a..c40f7ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peaches" -version = "0.4.2" +version = "0.4.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/install.sh b/install.sh index ed62520..7f7083f 100755 --- a/install.sh +++ b/install.sh @@ -2,5 +2,5 @@ rm -rf ~/.local/bin/peaches # Get Latest Release from Github -wget https://github.com/KCaverly/peaches/releases/download/v0.4.2/peaches --no-check-certificate -P ~/.local/bin/ +wget https://github.com/KCaverly/peaches/releases/download/v0.4.3/peaches --no-check-certificate -P ~/.local/bin/ chmod +x ~/.local/bin/peaches