diff --git a/Cargo.toml b/Cargo.toml index 70e5e5c..591a52d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pretty-git-prompt" -version = "0.1.2" +version = "0.2.0" authors = ["Tomas Tomecek "] [[bin]] diff --git a/README.md b/README.md index 6846966..0f45ab0 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,13 @@ Get the binary via [latest GitHub release](https://github.com/TomasTomecek/prett For a linux distrubution: ``` -$ curl -O https://github.com/TomasTomecek/pretty-git-prompt/releases/download/0.1.2/pretty-git-prompt-0.1.2-x86_64-unknown-linux-gnu +$ curl -O https://github.com/TomasTomecek/pretty-git-prompt/releases/download/0.2.0/pretty-git-prompt-0.2.0-x86_64-unknown-linux-gnu ``` Or for MacOS: ``` -$ curl -O https://github.com/TomasTomecek/pretty-git-prompt/releases/download/0.1.2/pretty-git-prompt-0.1.2-x86_64-apple-darwin +$ curl -O https://github.com/TomasTomecek/pretty-git-prompt/releases/download/0.2.0/pretty-git-prompt-0.2.0-x86_64-apple-darwin ```