diff --git a/CHANGELOG.md b/CHANGELOG.md index 732838507..407d95ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog ## 1.4.19 -* Quickfixes for adding or removing type tags (return types & variable types) +* Quickfixes for adding/removing type tags (return types & variable types) * Very basic Extract Method support +* Minor tweaks forIntellij 2023.3 Support ## 1.4.18 * Support for Intellij 2023.3 diff --git a/gradle.properties b/gradle.properties index 5a70a786b..a7efe76e3 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.18 +pluginVersion = 1.4.19 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU