Skip to content

Commit

Permalink
chore: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Apr 27, 2024
1 parent 424f443 commit 52f82c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✨
Expand Down
2 changes: 1 addition & 1 deletion crates/freya/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 52f82c7

Please sign in to comment.