summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:46:44 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:46:44 +0200
commit2a71ba9b4c925a0f732b51fd249a8800c8416cc8 (patch)
tree1f14b3c9bf988a2ba53445aff00dccdc9cbf69f1
parent16e7a82a98b85eaee2a7ad58c7f581e6434c3514 (diff)
(cargo-release) version 1.1.11.1.1
-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 49a5fc7..e9be29b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "mdbook-open-on-gh"
-version = "1.1.1-alpha.0"
+version = "1.1.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index c0fc569..176d533 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-open-on-gh"
-version = "1.1.1-alpha.0"
+version = "1.1.1"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add a open-on-github link on every page"
license = "MPL-2.0"