From 52f82c7d79bbb119680096669e96b3e0c6579436 Mon Sep 17 00:00:00 2001 From: marc2332 Date: Sat, 27 Apr 2024 14:07:22 +0200 Subject: [PATCH] chore: Typos --- README.md | 2 +- crates/freya/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa7047ab1..01fdf88ae 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Add Freya and Dioxus as dependencies: ```toml freya = "0.2" -dioxus = { version = "0.4", features = ["macro", "hooks"], default-features = false } +dioxus = { version = "0.5", features = ["macro", "hooks"], default-features = false } ``` ### Features ✨ diff --git a/crates/freya/Cargo.toml b/crates/freya/Cargo.toml index a9d6a9d24..3c674011b 100644 --- a/crates/freya/Cargo.toml +++ b/crates/freya/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "freya" description = "Cross-platform GUI Library powered by Dioxus and Skia." -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT" authors = ["Marc Espín "]