Bump version number to 1.0.3

This commit is contained in:
ogoffart 2023-04-26 14:04:08 +00:00
parent 8dcd98aee1
commit dfd5fc38b3
64 changed files with 120 additions and 120 deletions

View file

@ -3,7 +3,7 @@
[package]
name = "src"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"

View file

@ -15,7 +15,7 @@ cd memory
Then we edit `Cargo.toml` to add the slint dependency using `cargo add`:
```sh
cargo add slint@1.0.2
cargo add slint@1.0.3
```
Finally we copy the hello world program from the [Slint documentation](https://slint-ui.com/docs/rust/slint/) into our `src/main.rs`: