From 8dfe8f46784b098486b2b6511a5c814a71483227 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 21 Aug 2023 09:54:09 +0200 Subject: [PATCH] version bump in toml files fr docs projects --- documentation/dev-portal/book.toml | 3 +-- documentation/docs/book.toml | 3 +-- documentation/operators/book.toml | 5 +---- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index d9853f839c..5946ace450 100644 --- a/documentation/dev-portal/book.toml +++ b/documentation/dev-portal/book.toml @@ -48,8 +48,7 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` # https://gitlab.com/tglman/mdbook-variables/ [preprocessor.variables.variables] minimum_rust_version = "1.66" -# vars for links: TODO think on how to streamline updating -platform_release_version = "v1.1.27" +platform_release_version = "v1.1.28" wallet_release_version = "v1.2.7" [preprocessor.last-changed] diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml index 6d22440ee3..0305c52c51 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -48,8 +48,7 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` # https://gitlab.com/tglman/mdbook-variables/ [preprocessor.variables.variables] minimum_rust_version = "1.66" -# vars for links: TODO think on how to streamline updating -platform_release_version = "v1.1.27" +platform_release_version = "v1.1.28" wallet_release_version = "v1.2.7" [preprocessor.last-changed] diff --git a/documentation/operators/book.toml b/documentation/operators/book.toml index be7233c069..d6c3a61c5b 100644 --- a/documentation/operators/book.toml +++ b/documentation/operators/book.toml @@ -48,16 +48,13 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` # https://gitlab.com/tglman/mdbook-variables/ [preprocessor.variables.variables] minimum_rust_version = "1.66" -# vars for links: TODO think on how to streamline updating -platform_release_version = "v1.1.27" +platform_release_version = "v1.1.28" wallet_release_version = "v1.2.7" - [preprocessor.last-changed] command = "mdbook-last-changed" renderer = ["html"] - # used for grabbing output of binary commands for automation # https://github.com/FauconFan/mdbook-cmdrun [preprocessor.cmdrun]