diff --git a/CHANGELOG.md b/CHANGELOG.md index 3745cef..9a1e9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Unreleased] +### Fixed +- remove deprecated internal API usage on reload() action + ## [4.4.3] - 2023-12-08 ### Added diff --git a/gradle.properties b/gradle.properties index 79a1d0b..4dff2eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = de.marhali.easyi18n pluginName = easy-i18n pluginRepositoryUrl = https://github.com/marhali/easy-i18n # SemVer format -> https://semver.org -pluginVersion = 4.4.3 +pluginVersion = 4.4.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223