diff --git a/Cargo.toml b/Cargo.toml index 78f5ac8d..9eb4ab14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "BSD-2-Clause" name = "detour" readme = "README.md" repository = "https://github.com/darfink/detour-rs" -version = "0.2.0" +version = "0.3.0" [features] default = ["static"] diff --git a/README.md b/README.md index 800929ee..53b79d54 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -detour = "0.2.0" +detour = "0.3.0" ``` ... and this to your crate root: