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