diff --git a/CHANGELOG.md b/CHANGELOG.md index 544de7665..7328bbfb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.4.30 +* Fixed: Resolver bug + ## 1.4.29 * Fixed: Incorrect resolver caching * Fixed: Incorrect type compare when checking interface implementations diff --git a/gradle.properties b/gradle.properties index 4fd88f3b9..2f7787219 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.29 +pluginVersion = 1.4.30 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU