Bump version number to 1.3.0

This commit is contained in:
tronical 2023-09-05 11:58:51 +00:00 committed by Simon Hausmann
parent 32171bc534
commit b8b9db4e42
72 changed files with 139 additions and 139 deletions

View file

@ -3,7 +3,7 @@
[package]
name = "slint-node"
version = "1.2.0"
version = "1.3.0"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
build = "build.rs"
@ -20,9 +20,9 @@ crate-type = ["cdylib"]
name = "slint_node_native"
[dependencies]
i-slint-compiler = { version = "=1.2.0", path="../../../internal/compiler" }
i-slint-core = { version = "=1.2.0", path="../../../internal/core" }
slint-interpreter = { version = "=1.2.0", path="../../../internal/interpreter", features = ["display-diagnostics"] }
i-slint-compiler = { version = "=1.3.0", path="../../../internal/compiler" }
i-slint-core = { version = "=1.3.0", path="../../../internal/core" }
slint-interpreter = { version = "=1.3.0", path="../../../internal/interpreter", features = ["display-diagnostics"] }
vtable = { version = "0.1.6", path="../../../helper_crates/vtable" }

View file

@ -1,6 +1,6 @@
{
"name": "slint-ui",
"version": "1.2.0",
"version": "1.3.0",
"homepage": "https://github.com/slint-ui/slint",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {