Skip to content

Commit adf5921

Browse files
authored
Fix versions in README (#79)
1 parent 68e2773 commit adf5921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fn App() -> Element {
8080
You can add `dioxus-sdk` to your application by adding it to your dependencies.
8181
```toml
8282
[dependencies]
83-
dioxus-sdk = { version = "0.7", features = [] }
83+
dioxus-sdk = { version = "0.6", features = [] }
8484
```
8585

8686
### Dioxus Compatibility
@@ -90,8 +90,8 @@ The crate version supports a Dioxus version up until the next crate version in t
9090
E.g. if crate version `0.1` supported Dioxus `0.6` and crate version `0.4` supported Dioxus `0.7`, crate versions `0.1`, `0.2`, and `0.3` would support Dioxus `0.6`.
9191

9292
| Crate Version | Dioxus Version |
93-
| ------------- | -------------- |
94-
| 0.7 | 0.6 |
93+
|---------------| -------------- |
94+
| 0.6 | 0.6 |
9595
| 0.5 | 0.5 |
9696

9797
## License

0 commit comments

Comments
 (0)