diff --git a/CHANGELOG.md b/CHANGELOG.md index f482bf8d..58436f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.5.0] - Unreleased +## [0.4.5] - 2020-07-08 + +- No changes here, just an uptick for Crates.io using the wrong Cargo.lock. + ## [0.4.4] - 2020-07-06 ### Features diff --git a/Cargo.toml b/Cargo.toml index 458020d4..748447ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.4.4" +version = "0.4.5" authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom" diff --git a/README.md b/README.md index 5cc3b120..f2a722ad 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ cd bottom cargo install --path . # Download from releases and install -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.4/bottom_source_code.tar.gz +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.5/bottom_source_code.tar.gz tar -xzvf bottom_source_code.tar.gz cargo install --path . ``` @@ -101,8 +101,8 @@ yay bottom-bin A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest): ```bash -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.4/bottom_0.4.4_amd64.deb -sudo dpkg -i bottom_0.4.4_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.5/bottom_0.4.5_amd64.deb +sudo dpkg -i bottom_0.4.5_amd64.deb ``` ### Homebrew @@ -129,7 +129,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom). choco install bottom # Version number may be required for newer releases, if available: -choco install bottom --version=0.4.4 +choco install bottom --version=0.4.5 ``` ## Usage