From 115128b8c64c9c089c144741454a284f7f90b18a Mon Sep 17 00:00:00 2001 From: Jan Schulte Date: Sun, 20 Dec 2015 18:55:40 +0100 Subject: [PATCH] Bump version number to 0.5.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6541146..9954868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_type" -version = "0.4.0" +version = "0.5.0" authors = ["Jan Schulte "] license = "MIT" description = "Detect the operating system type" diff --git a/README.md b/README.md index e9d9823..a7dcad6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Include this into your `Cargo.toml`: ```toml [dependencies] -os_type="0.3.0" +os_type="0.5.0" ``` In your code: