summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:48:31 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:48:31 +0200
commit8aaa906b67dc50041c5008ee5cbd0245d22c8a17 (patch)
tree9633cd417b5194c7911fe850570b44293fd29c94
parent2a71ba9b4c925a0f732b51fd249a8800c8416cc8 (diff)
(cargo-release) start next development iteration 1.1.2-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 e9be29b..f605b16 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "mdbook-open-on-gh"
-version = "1.1.1"
+version = "1.1.2-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 176d533..e12c09b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-open-on-gh"
-version = "1.1.1"
+version = "1.1.2-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"