mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Bump version number to 1.0.2
This commit is contained in:
parent
30d0b11c1d
commit
53cce5bf44
63 changed files with 119 additions and 119 deletions
|
@ -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"] }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue