diff --git a/CHANGELOG.md b/CHANGELOG.md index 136cbe5d9..c84a64c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.4.32 +* 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 * Added: Indent options under haxe code style (PR #1148 from virtulis) diff --git a/gradle.properties b/gradle.properties index 3bd8efd40..0227236cc 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.31 +pluginVersion = 1.4.32 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU