diff --git a/Cargo.lock b/Cargo.lock index 94426662..1a8cbdcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.2.2-alpha.0" +version = "0.2.2" dependencies = [ "ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1e0d1447..ccb2ae42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.2.2-alpha.0" +version = "0.2.2" authors = [ "Mathieu David ", "Michael-F-Bryan ",