Skip to content

Commit

Permalink
0.1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed May 23, 2017
1 parent 5744175 commit 53f06cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pretty-git-prompt"
version = "0.1.0"
version = "0.1.2"
authors = ["Tomas Tomecek <[email protected]>"]

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,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.3/pretty-git-prompt-0.1.0-x86_64-unknown-linux-gnu
$ 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
```

Or for MacOS:

```
$ curl -O https://github.com/TomasTomecek/pretty-git-prompt/releases/download/0.1.0/pretty-git-prompt-0.1.0-x86_64-apple-darwin
$ curl -O https://github.com/TomasTomecek/pretty-git-prompt/releases/download/0.1.2/pretty-git-prompt-0.1.2-x86_64-apple-darwin
```


Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub fn cli<'a, 'b>() -> App<'a, 'b> {
// FIXME: populate about with this
// let ref def_conf_desc = format!("Create default config at \"{}\".", get_default_config_path().to_str().unwrap());
App::new("pretty-zsh-prompt")
.version("0.1.0")
.version("0.1.2")
.author("Tomas Tomecek <[email protected]>")
.about("Get `git status` inside your shell prompt.")
.subcommand(SubCommand::with_name(CLI_DEFAULT_CONFIG_SUBC_NAME))
Expand Down

0 comments on commit 53f06cb

Please sign in to comment.