diff --git a/Cargo.lock b/Cargo.lock index bb3617c..170fba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "rsspls" -version = "0.6.1" +version = "0.7.1" dependencies = [ "anydate", "atomicwrites", diff --git a/Cargo.toml b/Cargo.toml index 6dc7351..ba49a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsspls" -version = "0.6.1" +version = "0.7.1" edition = "2021" authors = [ "Wesley Moore " diff --git a/README.md b/README.md index e4648b7..4ecf30b 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,14 @@ Install Pre-compiled binaries are available for a number of platforms. They require no additional dependencies on your computer. -* [FreeBSD 13 amd64](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-amd64-unknown-freebsd.tar.gz) -* [Linux x86\_64](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-x86_64-unknown-linux-musl.tar.gz) -* [MacOS Universal](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-universal-apple-darwin.tar.gz) -* [Windows x86\_64](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-x86_64-pc-windows-msvc.zip) +* [FreeBSD 13 amd64](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-amd64-unknown-freebsd.tar.gz) +* [Linux x86\_64](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-x86_64-unknown-linux-musl.tar.gz) +* [MacOS Universal](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-universal-apple-darwin.tar.gz) +* [Windows x86\_64](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-x86_64-pc-windows-msvc.zip) Example to download and extract a binary: - curl https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-x86_64-unknown-linux-musl.tar.gz | tar zxf - + curl https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-x86_64-unknown-linux-musl.tar.gz | tar zxf - This will result in the `rsspls` binary in the current directory.