Skip to content

Commit db7e383

Browse files
committed
Bump version number to 1.14.1
1 parent c1c89b3 commit db7e383

File tree

62 files changed

+81
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+81
-81
lines changed

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -116,26 +116,26 @@ keywords = ["gui", "toolkit", "graphics", "design", "ui"]
116116
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
117117
repository = "https://github.com/slint-ui/slint"
118118
rust-version = "1.88"
119-
version = "1.14.0"
119+
version = "1.14.1"
120120

121121
[workspace.dependencies]
122-
i-slint-backend-android-activity = { version = "=1.14.0", path = "internal/backends/android-activity", default-features = false }
123-
i-slint-backend-linuxkms = { version = "=1.14.0", path = "internal/backends/linuxkms", default-features = false }
124-
i-slint-backend-qt = { version = "=1.14.0", path = "internal/backends/qt", default-features = false }
125-
i-slint-backend-selector = { version = "=1.14.0", path = "internal/backends/selector", default-features = false }
126-
i-slint-backend-testing = { version = "=1.14.0", path = "internal/backends/testing", default-features = false }
127-
i-slint-backend-winit = { version = "=1.14.0", path = "internal/backends/winit", default-features = false }
128-
i-slint-common = { version = "=1.14.0", path = "internal/common", default-features = false }
129-
i-slint-compiler = { version = "=1.14.0", path = "internal/compiler", default-features = false }
130-
i-slint-core = { version = "=1.14.0", path = "internal/core", default-features = false }
131-
i-slint-core-macros = { version = "=1.14.0", path = "internal/core-macros", default-features = false }
132-
i-slint-renderer-femtovg = { version = "=1.14.0", path = "internal/renderers/femtovg", default-features = false }
133-
i-slint-renderer-skia = { version = "=1.14.0", path = "internal/renderers/skia", default-features = false }
134-
slint = { version = "=1.14.0", path = "api/rs/slint", default-features = false }
135-
slint-build = { version = "=1.14.0", path = "api/rs/build", default-features = false }
136-
slint-cpp = { version = "=1.14.0", path = "api/cpp", default-features = false }
137-
slint-interpreter = { version = "=1.14.0", path = "internal/interpreter", default-features = false }
138-
slint-macros = { version = "=1.14.0", path = "api/rs/macros", default-features = false }
122+
i-slint-backend-android-activity = { version = "=1.14.1", path = "internal/backends/android-activity", default-features = false }
123+
i-slint-backend-linuxkms = { version = "=1.14.1", path = "internal/backends/linuxkms", default-features = false }
124+
i-slint-backend-qt = { version = "=1.14.1", path = "internal/backends/qt", default-features = false }
125+
i-slint-backend-selector = { version = "=1.14.1", path = "internal/backends/selector", default-features = false }
126+
i-slint-backend-testing = { version = "=1.14.1", path = "internal/backends/testing", default-features = false }
127+
i-slint-backend-winit = { version = "=1.14.1", path = "internal/backends/winit", default-features = false }
128+
i-slint-common = { version = "=1.14.1", path = "internal/common", default-features = false }
129+
i-slint-compiler = { version = "=1.14.1", path = "internal/compiler", default-features = false }
130+
i-slint-core = { version = "=1.14.1", path = "internal/core", default-features = false }
131+
i-slint-core-macros = { version = "=1.14.1", path = "internal/core-macros", default-features = false }
132+
i-slint-renderer-femtovg = { version = "=1.14.1", path = "internal/renderers/femtovg", default-features = false }
133+
i-slint-renderer-skia = { version = "=1.14.1", path = "internal/renderers/skia", default-features = false }
134+
slint = { version = "=1.14.1", path = "api/rs/slint", default-features = false }
135+
slint-build = { version = "=1.14.1", path = "api/rs/build", default-features = false }
136+
slint-cpp = { version = "=1.14.1", path = "api/cpp", default-features = false }
137+
slint-interpreter = { version = "=1.14.1", path = "internal/interpreter", default-features = false }
138+
slint-macros = { version = "=1.14.1", path = "api/rs/macros", default-features = false }
139139

140140
vtable = { version = "0.3", path = "helper_crates/vtable" }
141141

api/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 3.21)
55
# Select C++ and C as languages, as Corrosion needs ${CMAKE_C_COMPILER}
66
# for linking
7-
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.14.0)
7+
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.14.1)
88

99
include(FeatureSummary)
1010
include(CMakeDependentOption)

api/cpp/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
# The full version, including alpha/beta/rc tags
26-
version = "1.14.0"
26+
version = "1.14.1"
2727

2828
project = f"Slint {version} C++ API"
2929
copyright = "SixtyFPS GmbH"

api/cpp/esp-idf/slint/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else()
4848
FetchContent_Declare(
4949
Slint
5050
GIT_REPOSITORY https://github.com/slint-ui/slint
51-
GIT_TAG v1.14.0
51+
GIT_TAG v1.14.1
5252
SOURCE_SUBDIR api/cpp
5353
)
5454
FetchContent_MakeAvailable(Slint)

api/cpp/esp-idf/slint/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description: "Slint — declarative GUI toolkit"
55
url: "https://slint.dev"
66
license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
7-
version: "1.14.0"
7+
version: "1.14.1"
88
discussion: "https://github.com/slint-ui/slint/discussions"
99
documentation: "https://slint.dev/docs"
1010
repository: "https://github.com/slint-ui/slint"

api/node/binaries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slint-ui/slint-ui-binary",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"binaryName": "slint-ui",
55
"package": "@slint-ui/slint-ui-binary",
66
"napi": {

api/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slint-ui",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"homepage": "https://github.com/slint-ui/slint",

api/python/briefcase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "briefcasex-slint"
6-
version = "1.14.0b1"
6+
version = "1.14.1b1"
77
description = "Plugin for Briefcase to offer Slint application templates"
88
readme = "README.md"
99
requires-python = ">=3.10"

api/python/compiler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "slint-compiler"
6-
version = "1.14.0b1"
6+
version = "1.14.1b1"
77
description = "Python wrapper around the Slint compiler for Python"
88
authors = [{ name = "Slint Team", email = "[email protected]" }]
99
readme = "README.md"

api/python/slint/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "maturin"
77

88
[project]
99
name = "slint"
10-
version = "1.14.0b1"
10+
version = "1.14.1b1"
1111
requires-python = ">= 3.12"
1212
authors = [{ name = "Slint Team", email = "[email protected]" }]
1313
classifiers = [

0 commit comments

Comments
 (0)