Bump version number to 0.3.1

This commit is contained in:
ogoffart 2022-09-15 11:16:25 +00:00 committed by Olivier Goffart
parent 0606639a6a
commit 261614b914
54 changed files with 97 additions and 97 deletions

View file

@ -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"

View file

@ -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

View file

@ -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;
}