Bump version number to 1.0.2

This commit is contained in:
ogoffart 2023-04-20 14:28:48 +00:00 committed by Olivier Goffart
parent 30d0b11c1d
commit 53cce5bf44
63 changed files with 119 additions and 119 deletions

View file

@ -3,7 +3,7 @@
[package]
name = "i-slint-compiler"
version = "1.0.1"
version = "1.0.2"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2021"
build = "build.rs"
@ -32,7 +32,7 @@ software-renderer = ["image", "dep:resvg", "dep:fontdb", "fontdue", "libc", "dep
[dependencies]
i-slint-common = { version = "=1.0.1", path = "../common" }
i-slint-common = { version = "=1.0.2", path = "../common" }
num_enum = "0.6.1"
strum = { version = "0.24.0", default-features = false, features = ["derive"] }

View file

@ -3,7 +3,7 @@
[package]
name = "i-slint-parser-test-macro"
version = "1.0.1"
version = "1.0.2"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2021"
publish = false

View file

@ -104,7 +104,7 @@ export component AboutSlint {
min-height: 48px;
}
Text {
text: "Version 1.0.1\nhttps://slint-ui.com/";
text: "Version 1.0.2\nhttps://slint-ui.com/";
font-size: 10px;
horizontal-alignment: center;
}