From 5f3004b378135814e16feefdced04601da5f383e Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sun, 4 Feb 2024 20:05:38 +0100 Subject: [PATCH] Release 1.4.33 --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84a64c93..fbbe9ff13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.4.32 -* Fixed: Another case where types where resolved to enumValue +## 1.4.33 +* Fixed: Another case where types where resolved to enumValue ## 1.4.31 * Fixed: Issue where classes with identical names as Enumvalues would resolve to enumvalue diff --git a/gradle.properties b/gradle.properties index 0227236cc..1ec29ad54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe # SemVer format -> https://semver.org -pluginVersion = 1.4.32 +pluginVersion = 1.4.33 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU