Skip to content

Commit

Permalink
Merge pull request #28 from JojOatXGME/idea211
Browse files Browse the repository at this point in the history
Support for IDEA 2021.1
  • Loading branch information
JojOatXGME authored Apr 7, 2021
2 parents 32cd831 + f1baf0a commit 07d0792
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]
### Added
- Support for IDEA 2021.1
### Removed
- Support for IDEA 2020.1
## [0.3.0.5]
### Added
- Support line comment and block comment IDEA actions
## [0.3.0.4]
### Added
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

pluginGroup = org.nixos.idea
pluginName = NixIDEA
pluginVersion = 0.3.0.5
pluginSinceBuild = 201
pluginUntilBuild = 203.*
pluginVersion = 0.3.0.6
pluginSinceBuild = 202
pluginUntilBuild = 211.*
# 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 = 2020.1.4, 2020.2.3, 2020.3.1
pluginVerifierIdeVersions = 2020.2.4, 2020.3.3, 2021.1

platformType = IC
platformVersion = 2020.1
platformVersion = 2020.2.4
platformDownloadSources = true

0 comments on commit 07d0792

Please sign in to comment.