Skip to content

Commit e7f0ec5

Browse files
authored
Merge pull request #67 from hehongbo/master
Added support for IDEA 2023.2
2 parents 57132be + 766e390 commit e7f0ec5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
## [Unreleased]
44

55
### Added
6+
- Support for IDEA 2023.2
67

78
### Changed
89

910
### Deprecated
1011

1112
### Removed
13+
- Support for IDEA 2022.1
1214

1315
### Fixed
1416
- Final changes on release notes not applied to *“What’s New”* section

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
pluginGroup = org.nixos.idea
55
pluginName = NixIDEA
66
pluginVersion = 0.4.0.10
7-
pluginSinceBuild = 221
8-
pluginUntilBuild = 231.*
7+
pluginSinceBuild = 222
8+
pluginUntilBuild = 232.*
99

1010
platformType = IC
11-
platformVersion = 2022.1
11+
platformVersion = 2022.2.5

0 commit comments

Comments
 (0)