summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-09-28 17:44:53 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-09-28 17:44:53 +0200
commitdd44f882404f93d0c80f214e134ad169f14801d6 (patch)
treedcff6417cdffb25aca2de652666d6760ef4ee640
parent417096ee70979af23ded9aaa065f7fb4ee715045 (diff)
(cargo-release) version 1.3.01.3.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 5b7a29b..ad90854 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -679,7 +679,7 @@ dependencies = [
[[package]]
name = "mdbook-open-on-gh"
-version = "1.2.1-alpha.0"
+version = "1.3.0"
dependencies = [
"clap 2.33.3 (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 39777f0..ec1b9f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-open-on-gh"
-version = "1.2.1-alpha.0"
+version = "1.3.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"