From 34dc18b860494e96c4001527c94a4613f156bbb6 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Tue, 16 Jan 2018 21:42:30 +0100 Subject: [PATCH] 0.2.0 Signed-off-by: Tomas Tomecek --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ```