From 580ef2f3ae8ed296aaa2ab09111dc1452c0b429a Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Sun, 21 Jan 2018 22:11:45 +0200 Subject: [PATCH] Update version and readme --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40920188..35cb5ca7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_info" -version = "0.6.0" +version = "0.7.0" authors = ["Jan Schulte ", "Stanislav Tkach "] description = "Detect the operating system type and version." documentation = "https://docs.rs/os_info" diff --git a/README.md b/README.md index 7fabc212..a67dac6b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this crate, add `os_info` as a dependency to your project's Cargo.toml: ```toml [dependencies] -os_info = "0.6.0" +os_info = "0.7.0" ``` ## Example