From b79ec60381f74bb37169b6eae2ca25f8120e7c41 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 19 Jul 2023 12:45:30 +0200 Subject: [PATCH] * added serinko + alexia to book authors * version bumps for next release --- documentation/dev-portal/book.toml | 6 +++--- documentation/docs/book.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index 7060f9078b..36470b0a94 100644 --- a/documentation/dev-portal/book.toml +++ b/documentation/dev-portal/book.toml @@ -1,6 +1,6 @@ [book] title = "Nym Developer Portal" -authors = ["Max Hampshire"] +authors = ["Max Hampshire, Serinko, Alexia Lorenza Martinel"] language = "en" multilingual = false src = "src" @@ -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.24" -wallet_release_version = "v1.2.6" +platform_release_version = "v1.1.26" +wallet_release_version = "v1.2.7" [preprocessor.last-changed] command = "mdbook-last-changed" diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml index 2ef42bc719..996a7ec4e4 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -1,6 +1,6 @@ [book] title = "Nym Docs" -authors = ["Max Hampshire"] +authors = ["Max Hampshire, Serinko, Alexia Lorenza Martinel"] description = "Nym technical documentation" language = "en" multilingual = false # for the moment - ideally work on chinese, brazillian, spanish next @@ -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.24" -wallet_release_version = "v1.2.6" +platform_release_version = "v1.1.25" +wallet_release_version = "v1.2.7" [preprocessor.last-changed] command = "mdbook-last-changed"