Skip to content

Commit

Permalink
Prepare 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Mar 20, 2023
1 parent adc5b62 commit a107041
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## [Unreleased]

## [1.1.2]
- Added support for the 2023.1 Intellij platform

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

Expand Down Expand Up @@ -95,4 +98,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)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit a107041

Please sign in to comment.