summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ickstadt <mattico8@gmail.com>2018-08-02 19:17:40 -0500
committerMatt Ickstadt <mattico8@gmail.com>2018-08-02 19:17:40 -0500
commit91ffca1bbcd6c7b0c94737fdfe16556455c44148 (patch)
treec696245843a7196e11481c056afaf2729eeff245
parent6f963bbe3c18b7bb7fe9a03bdfb5136cb45a643f (diff)
(cargo-release) version 0.2.0v0.2.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 44204297..fcb11554 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -503,7 +503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mdbook"
-version = "0.2.0-alpha.0"
+version = "0.2.0"
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)",
diff --git a/Cargo.toml b/Cargo.toml
index 1a8e5826..e1e6af2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.2.0-alpha.0"
+version = "0.2.0"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",