diff --git a/Cargo.lock b/Cargo.lock index 4935419..67f640c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "phetch" -version = "0.1.10-dev" +version = "0.1.10" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index d8fec32..95a6d7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.10-dev" +version = "0.1.10" authors = ["dvkt "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 0a9d051..dfebb31 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ the gophersphere. binaries for linux, mac, and raspberry pi are available at https://github.com/dvkt/phetch/releases: -- [phetch-v0.1.9-linux-x86_64.tar.gz][0] -- [phetch-v0.1.9-linux-armv7.tar.gz (RPi)][1] -- [phetch-v0.1.9-macos.zip][2] +- [phetch-v0.1.10-linux-x86_64.tar.gz][0] +- [phetch-v0.1.10-linux-armv7.tar.gz (RPi)][1] +- [phetch-v0.1.10-macos.zip][2] just unzip/untar the `phetch` program into your $PATH and get going! @@ -94,6 +94,6 @@ phetch with `-l` or `--local` to quickly connect to it. - [ ] bookmarks: toggle instead of just prepending to the file - [ ] bookmarks: save the title of the current page -[0]: https://github.com/dvkt/phetch/releases/download/v0.1.9/phetch-v0.1.9-linux-x86_64.tar.gz -[1]: https://github.com/dvkt/phetch/releases/download/v0.1.9/phetch-v0.1.9-linux-armv7.tar.gz -[2]: https://github.com/dvkt/phetch/releases/download/v0.1.9/phetch-v0.1.9-macos.zip +[0]: https://github.com/dvkt/phetch/releases/download/v0.1.10/phetch-v0.1.10-linux-x86_64.tar.gz +[1]: https://github.com/dvkt/phetch/releases/download/v0.1.10/phetch-v0.1.10-linux-armv7.tar.gz +[2]: https://github.com/dvkt/phetch/releases/download/v0.1.10/phetch-v0.1.10-macos.zip