From 8d1d025fa22500ae3b2ba29a020c7806a2bcc4de Mon Sep 17 00:00:00 2001 From: mx Date: Fri, 28 Apr 2023 15:41:44 +0200 Subject: [PATCH] bumped point version --- documentation/dev-portal/book.toml | 6 +++--- documentation/docs/book.toml | 10 ++++------ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index fde3d0942c..90bae91f82 100644 --- a/documentation/dev-portal/book.toml +++ b/documentation/dev-portal/book.toml @@ -49,9 +49,9 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` [preprocessor.variables.variables] # code prerequisites versions minimum_rust_version = "1.66" -platform_release_version = "v1.1.16" -upcoming_platform_release_version = "v1.1.17" # to use when adding 'edit on github' plugin -mix_node_release_version = "v1.1.17" +platform_release_version = "v1.1.17" +upcoming_platform_release_version = "v1.1.18" # to use when adding 'edit on github' plugin +mix_node_release_version = "v1.1.18" # [preprocessor.last-changed] command = "mdbook-last-changed" diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml index bb0b74cbf0..10caa07784 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -1,5 +1,5 @@ [book] -title = "Nym Docs v1.1.16" +title = "Nym Docs v1.1.17" authors = ["Max Hampshire"] description = "Nym technical documentation" language = "en" @@ -48,11 +48,9 @@ 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" -platform_release_version = "v1.1.16" -upcoming_platform_release_version = "v1.1.17" # to use in 'edit page on github' plugin (coming soon) -mix_node_release_version = "v1.1.17" -# used by the cmdrun preprocessor - relative path from inside src/ -# binaries_path = '../../../../target/release/' +platform_release_version = "v1.1.17" +upcoming_platform_release_version = "v1.1.18" # to use in 'edit page on github' plugin (coming soon) +mix_node_release_version = "v1.1.18" [preprocessor.last-changed] command = "mdbook-last-changed"