mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Bump version number to 1.3.0
This commit is contained in:
parent
32171bc534
commit
b8b9db4e42
72 changed files with 139 additions and 139 deletions
|
@ -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" }
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue