Merge pull request #210 from marhali/next

support all 223 builds
This commit is contained in:
Marcel 2022-12-07 19:28:24 +01:00 committed by GitHub
commit 2deedeb5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View File

@ -3,6 +3,8 @@
# easy-i18n Changelog
## [Unreleased]
### Fixed
- Support for all 2022.3 builds (223.*)
## [4.3.0]
### Added

View File

@ -4,12 +4,12 @@
pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n
# SemVer format -> https://semver.org
pluginVersion = 4.3.0
pluginVersion = 4.3.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 203
pluginUntilBuild = 223
pluginUntilBuild = 223.*
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU