Skip to content

Commit

Permalink
Support Intellij Platform 2022.3 (#53)
Browse files Browse the repository at this point in the history
* Add support for 223
* Bump version
  • Loading branch information
jzbrooks authored Jan 6, 2023
1 parent d7c7385 commit 366b89a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# FacilityIntellij Changelog

## [Unreleased]
- Added support for the 2022.3 Intellij platform

## [1.1.0]
### Added
Expand Down Expand Up @@ -92,4 +93,4 @@
- FSD file recognition
- FSD syntax highlighting
- Color Scheme settings for FSD
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

pluginGroup = io.github.facilityapi
pluginName = FacilityIntellij
pluginVersion = 1.1.0
pluginVersion = 1.1.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 211
pluginUntilBuild = 222.*
pluginUntilBuild = 223.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2021.1.3, 2021.2.1, 2021.3.2, 2022.1, 2022.2
pluginVerifierIdeVersions = 2021.1.3, 2021.2.1, 2021.3.2, 2022.1, 2022.2, 2022.3

platformType = IC
platformVersion = 2021.1.1
Expand Down

0 comments on commit 366b89a

Please sign in to comment.