diff --git a/Cargo.toml b/Cargo.toml index 872a2fd..1121fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustc-semver" description = "Crate for parsing versions of Rust releases" -version = "1.0.0" +version = "1.1.0" authors = ["flip1995 "] edition = "2018" license = "MIT OR Apache-2.0"