From 54535bf21ec959090496579ff814c98a3cfa601d Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sun, 4 Feb 2024 14:26:23 +0100 Subject: [PATCH] release 1.4.31 --- CHANGELOG.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5756c2f51..136cbe5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## 1.4.30 -* Fixed: Issue where classes with identical names as Enum values would resolve to enum value +## 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) -* + ## 1.4.30 * Fixed: Resolver bug diff --git a/gradle.properties b/gradle.properties index 2f7787219..3bd8efd40 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.30 +pluginVersion = 1.4.31 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU