Skip to content

Commit

Permalink
feat: update version 0.2 → 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Oct 5, 2017
1 parent 9581661 commit 4e3676f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "BSD-2-Clause"
name = "detour"
readme = "README.md"
repository = "https://github.com/darfink/detour-rs"
version = "0.2.0"
version = "0.3.0"

[features]
default = ["static"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
detour = "0.2.0"
detour = "0.3.0"
```

... and this to your crate root:
Expand Down

0 comments on commit 4e3676f

Please sign in to comment.