Skip to content

Commit

Permalink
Prepare to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Sep 19, 2018
1 parent 4c15800 commit 49cf9d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gip"
version = "0.5.2-pre"
version = "0.6.0"
authors = ["dalance <dalance@gmail.com>"]
repository = "https://github.com/dalance/gip"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you want to change providers, providers can be set by `$HOME/.gip.toml` like
**gip** is provided as Rust library.

```Cargo.toml
gip = "0.5.1"
gip = "0.6.0"
```

[Documentation](https://docs.rs/gip)
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This crate can be used by adding `gip` to your dependencies in `Cargo.toml`.
```toml
[dependencies]
gip = "0.5.1"
gip = "0.6.0"
```
and this to your crate root:
Expand Down

0 comments on commit 49cf9d3

Please sign in to comment.