diff options
author | Matt Ickstadt <mattico8@gmail.com> | 2018-08-22 08:48:25 -0500 |
---|---|---|
committer | Matt Ickstadt <mattico8@gmail.com> | 2018-08-22 08:48:25 -0500 |
commit | 7e2e095c26b15fd7be4e824157aae6f776f94596 (patch) | |
tree | bae796373ec623ec72f238a3b48fb3cddfa19194 | |
parent | 5baaf55abcf15c62d209927fb87b0dc139e20b34 (diff) |
(cargo-release) version 0.2.1v0.2.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -507,7 +507,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.2.1-alpha.0" +version = "0.2.1" dependencies = [ "ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.2.1-alpha.0" +version = "0.2.1" authors = [ "Mathieu David <mathieudavid@mathieudavid.org>", "Michael-F-Bryan <michaelfbryan@gmail.com>", |