summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-04-03 14:18:00 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-04-03 14:18:00 +0200
commitbb3bcbc4b5e4eb0726e0c221374f37b08c53ceb1 (patch)
tree4b5406bd203a1ab5fff409c7550fbf9351afb2d6
parent5e413bda710981f81c9e65e460b643438296a8c1 (diff)
(cargo-release) start next development iteration 1.1.1-alpha.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 0334a2b..de06e30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "mdbook-open-on-gh"
-version = "1.1.0"
+version = "1.1.1-alpha.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 8ed44bb..c0fc569 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-open-on-gh"
-version = "1.1.0"
+version = "1.1.1-alpha.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"