summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-04-03 14:16:35 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-04-03 14:16:35 +0200
commit5e413bda710981f81c9e65e460b643438296a8c1 (patch)
treeaa3599e6b583b8cba9d2feaa68d530a75b6e4565
parent5f8d98fc4206895f326e356e953da2d261d42d4f (diff)
(cargo-release) version 1.1.01.1.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 c0cd68a..0334a2b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "mdbook-open-on-gh"
-version = "1.0.2-alpha.0"
+version = "1.1.0"
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 195576f..8ed44bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-open-on-gh"
-version = "1.0.2-alpha.0"
+version = "1.1.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"