summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-01-30 11:19:52 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2020-01-30 11:19:52 +0100
commit3bb951935b6b43c6573dff281839e8a4bf119e69 (patch)
tree6dcdde651f45edb1ccdbc9c36296b5ddb97272c2
parent2b86cee523e1878f2f64e9ef9ffe2657969b5c88 (diff)
(cargo-release) version 1.0.01.0.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 6204acc..50184b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -652,7 +652,7 @@ dependencies = [
[[package]]
name = "mdbook-open-on-gh"
-version = "0.1.0"
+version = "1.0.0"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1288b81..3f02772 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-open-on-gh"
-version = "0.1.0"
+version = "1.0.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add a open-on-github link on every page"
license = "MPL-2.0"