Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Polyakov committed Jan 9, 2017
1 parent 9589ac5 commit 5b9baf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pnet"
version = "0.15.0"
version = "0.16.0"
authors = [ "Robert Clipsham <robert@octarineparrot.com>" ]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ To use `libpnet` in your project, add the following to your Cargo.toml:

```
[dependencies.pnet]
version = "0.15.0"
version = "0.16.0"
```

`libpnet` should work on any Rust channel (stable, beta, or nightly), starting
Expand Down
2 changes: 1 addition & 1 deletion pnet_macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pnet_macros"
version = "0.12.0"
version = "0.13.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
Expand Down

0 comments on commit 5b9baf4

Please sign in to comment.