From 4306cec49cba456630f0ed364597e07d36ea3472 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 10 Jul 2023 09:56:22 +0200 Subject: [PATCH] version bumps --- documentation/dev-portal/book.toml | 6 +++--- documentation/docs/book.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index 3b81f82751..7060f9078b 100644 --- a/documentation/dev-portal/book.toml +++ b/documentation/dev-portal/book.toml @@ -47,10 +47,10 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` # variables preprocessor: import variables into files # https://gitlab.com/tglman/mdbook-variables/ [preprocessor.variables.variables] -# code prerequisites versions minimum_rust_version = "1.66" -# TODO remove this in place of develop in next release -platform_release_version = "v1.1.21" +# vars for links: TODO think on how to streamline updating +platform_release_version = "v1.1.24" +wallet_release_version = "v1.2.6" [preprocessor.last-changed] command = "mdbook-last-changed" diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml index b70997a556..2ef42bc719 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -49,8 +49,8 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` [preprocessor.variables.variables] minimum_rust_version = "1.66" # vars for links: TODO think on how to streamline updating -platform_release_version = "v1.1.22" -wallet_release_version = "v1.2.5" +platform_release_version = "v1.1.24" +wallet_release_version = "v1.2.6" [preprocessor.last-changed] command = "mdbook-last-changed"