Update the version number in the readme and docs

This commit is contained in:
Olivier Goffart 2023-01-25 11:25:51 +01:00
parent 4f3d0954fe
commit aad03d2d43
6 changed files with 9 additions and 9 deletions

View file

@ -17,11 +17,11 @@ In your Cargo.toml:
build = "build.rs"
[dependencies]
slint = "0.3.3"
slint = "0.3.4"
...
[build-dependencies]
slint-build = "0.3.3"
slint-build = "0.3.4"
```
In the `build.rs` file: