diff --git a/Cargo.lock b/Cargo.lock index ee35ac3..2be3f6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" [[package]] name = "semver-explain" -version = "0.2.2-alpha.0" +version = "0.2.2" dependencies = [ "semver", "structopt", diff --git a/Cargo.toml b/Cargo.toml index c6dbf22..319f596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "semver-explain" description = "CLI tool to understand SemVer requirements by converting them to less-than, greater-than and/or equal-to form." repository = "https://github.com/alilleybrinker/semver-explain" license = "MIT" -version = "0.2.2-alpha.0" +version = "0.2.2" rust-version = "1.53" edition = "2018" keywords = ["semver", "cli"]