diff --git a/CHANGELOG.md b/CHANGELOG.md index 01679ff..97410d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Fixed - Fixed ternary expressions again +- Fixed embedded lsp-server file ## [1.0.1] - 2024-03-20 diff --git a/gradle.properties b/gradle.properties index 3100021..232fcd5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pluginRepositoryUrl = https://github.com/kizeevov/slint-idea-plugin pluginGroup = dev.slint pluginName = SlintPlugin -pluginVersion = 1.0.1 +pluginVersion = 1.0.2 platformType = IU # platformType = CL platformVersion = 232-EAP-SNAPSHOT