diff --git a/CHANGELOG.md b/CHANGELOG.md index 80026ad..e254932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +### Fixed + +- Remove JavaScript usage on non-js-compliant platforms + ## [4.5.0] - 2024-04-10 ### Added diff --git a/gradle.properties b/gradle.properties index 2a096f5..da77989 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.5.0 +pluginVersion = 4.5.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223