Skip to content

Commit

Permalink
Merge pull request #12 from liranringel/bump-version-to-0.1.6
Browse files Browse the repository at this point in the history
Bump version to 0.1.6
  • Loading branch information
liranringel authored Feb 3, 2018
2 parents cad56bf + 61db013 commit c3c726b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "ipconfig"
version = "0.1.5" # Remember to also update the html_root_url in lib.rs and the documentation links here and in README.md
version = "0.1.6" # Remember to also update the html_root_url in lib.rs and the documentation links here and in README.md
authors = ["Liran Ringel <[email protected]>"]
description = "Get network adapters information and network configuration for windows."
license = "MIT/Apache-2.0"
keywords = ["ipconfig", "network", "adapter", "interface", "windows"]
repository = "https://github.com/liranringel/ipconfig"
homepage = "https://github.com/liranringel/ipconfig"
documentation = "https://docs.rs/ipconfig/0.1.5/x86_64-pc-windows-msvc/ipconfig/"
documentation = "https://docs.rs/ipconfig/0.1.6/x86_64-pc-windows-msvc/ipconfig/"
readme = "README.md"

[badges]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/tiwjo6q4eete0nmh/branch/master?svg=true)](https://ci.appveyor.com/project/liran-ringel/ipconfig/branch/master)
[![Crates.io](https://img.shields.io/crates/v/ipconfig.svg)](https://crates.io/crates/ipconfig)

[Documentation](https://docs.rs/ipconfig/0.1.5/x86_64-pc-windows-msvc/ipconfig/)
[Documentation](https://docs.rs/ipconfig/0.1.6/x86_64-pc-windows-msvc/ipconfig/)

## Examples

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! ```
#![cfg(windows)]
#![doc(html_root_url = "https://docs.rs/ipconfig/0.1.5/x86_64-pc-windows-msvc/ipconfig/")]
#![doc(html_root_url = "https://docs.rs/ipconfig/0.1.6/x86_64-pc-windows-msvc/ipconfig/")]

#[macro_use]
extern crate error_chain;
Expand Down

0 comments on commit c3c726b

Please sign in to comment.