mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Bump version number to 0.3.1
This commit is contained in:
parent
0606639a6a
commit
261614b914
54 changed files with 97 additions and 97 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "i-slint-compiler"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
@ -29,7 +29,7 @@ display-diagnostics = ["codemap", "codemap-diagnostic"]
|
|||
|
||||
|
||||
[dependencies]
|
||||
i-slint-common = { version = "=0.3.0", path = "../common" }
|
||||
i-slint-common = { version = "=0.3.1", path = "../common" }
|
||||
|
||||
num_enum = "0.5.1"
|
||||
rowan = "0.15.5"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "i-slint-parser-test-macro"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -103,7 +103,7 @@ export AboutSlint := Rectangle {
|
|||
preferred-width: 256px;
|
||||
}
|
||||
Text {
|
||||
text: "Version 0.3.0\nhttps://slint-ui.com/";
|
||||
text: "Version 0.3.1\nhttps://slint-ui.com/";
|
||||
font-size: 10px;
|
||||
horizontal-alignment: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue