diff --git a/Cargo.lock b/Cargo.lock index 7ba14f6..0ed72d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "heliocron" -version = "0.4.0" +version = "0.5.0" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1548092..5abbe3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heliocron" -version = "0.4.0" +version = "0.5.0" authors = ["Michael Freeborn "] description = """ Heliocron is a command line application written in Rust capable of delaying execution of other diff --git a/README.md b/README.md index 2144f49..31bd6f6 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Here's a quick compatibility table to help choose the correct binary to download | Platform | Binary | | -------- | ------ | -| Raspberry Pi 0/1 | [heliocron-v0.4.0-arm-unknown-linux-gnueabihf.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.4.0/heliocron-v0.4.0-arm-unknown-linux-gnueabihf.tar.gz) | -| Raspberry Pi 2/3/4 | [heliocron-v0.4.0-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.4.0/heliocron-v0.4.0-armv7-unknown-linux-gnueabihf.tar.gz) | -| Linux with a 64bit CPU | [heliocron-v0.4.0-x86_64-unknown-linux-gnu.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.4.0/heliocron-v0.4.0-x86_64-unknown-linux-gnu.tar.gz) | +| Raspberry Pi 0/1 | [heliocron-v0.5.0-arm-unknown-linux-gnueabi.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.5.0/heliocron-v0.5.0-arm-unknown-linux-gnueabi.tar.gz) | +| Raspberry Pi 2/3/4 | [heliocron-v0.5.0-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.5.0/heliocron-v0.5.0-armv7-unknown-linux-gnueabihf.tar.gz) | +| Linux with a 64bit CPU | [heliocron-v0.5.0-x86_64-unknown-linux-gnu.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.5.0/heliocron-v0.5.0-x86_64-unknown-linux-gnu.tar.gz) | ### 2. Install with cargo @@ -36,7 +36,7 @@ $ cargo install heliocron . . $ heliocron --version -heliocron 0.4.0 +heliocron 0.5.0 ``` ### 3. Build from source @@ -46,7 +46,7 @@ $ git clone https://github.com/mfreeborn/heliocron $ cd heliocron $ cargo build --release $ ./target/release/heliocron --version -heliocron 0.4.0 +heliocron 0.5.0 ``` ## Usage Examples