Skip to content

Commit

Permalink
Merge pull request #41 from AnatolyPopov/support-idea-2022.2
Browse files Browse the repository at this point in the history
Added support for IDEA 2022.2 EAP
  • Loading branch information
JojOatXGME authored May 25, 2022
2 parents fea45f1 + ba5334b commit ce69b65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
## [Unreleased]
### Added

- Support for IDEA 2022.2 EAP

### Removed

- Support for IDEA 2021.1

## [0.4.0.3]
### Added

- Support for IDEA 2022.1

## [0.4.0.2]
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

pluginGroup = org.nixos.idea
pluginName = NixIDEA
pluginVersion = 0.4.0.3
pluginSinceBuild = 211
pluginUntilBuild = 221.*
pluginVersion = 0.4.0.4
pluginSinceBuild = 212
pluginUntilBuild = 222.*

platformType = IC
platformVersion = 2021.1.3

0 comments on commit ce69b65

Please sign in to comment.