Skip to content

Commit

Permalink
Bump version to 0.3.1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranringel authored Nov 12, 2022
1 parent 67de86f commit f6d918f
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.3.0" # Remember to also update the html_root_url in lib.rs and the documentation links here and in README.md
version = "0.3.1" # 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.3/x86_64-pc-windows-msvc/ipconfig/"
documentation = "https://docs.rs/ipconfig/0.3.1/x86_64-pc-windows-msvc/ipconfig/"
readme = "README.md"
edition = "2018"

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.3/x86_64-pc-windows-msvc/ipconfig/)
[Documentation](https://docs.rs/ipconfig/0.3.1/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.3/x86_64-pc-windows-msvc/ipconfig/")]
#![doc(html_root_url = "https://docs.rs/ipconfig/0.3.1/x86_64-pc-windows-msvc/ipconfig/")]

extern crate widestring;
extern crate winapi;
Expand Down

0 comments on commit f6d918f

Please sign in to comment.