From 94667b1454a630cb43164f048d2bf8d7f75ed10c Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:38:24 +0200 Subject: [PATCH] Update documentation tuono version to v0.9.2 --- apps/documentation/Cargo.toml | 2 +- apps/documentation/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documentation/Cargo.toml b/apps/documentation/Cargo.toml index ac1da851..cd6300e5 100644 --- a/apps/documentation/Cargo.toml +++ b/apps/documentation/Cargo.toml @@ -8,6 +8,6 @@ name = "tuono" path = ".tuono/main.rs" [dependencies] -tuono_lib = "0.9.1" +tuono_lib = "0.9.2" serde = { version = "1.0.202", features = ["derive"] } diff --git a/apps/documentation/package.json b/apps/documentation/package.json index 74046114..02147f4d 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "react": "18.3.1", "react-dom": "18.3.1", - "tuono": "0.9.1" + "tuono": "0.9.2" }, "devDependencies": { "@types/mdx": "^2.0.13",