Skip to content

Commit 995e0cd

Browse files
authored
feat: add 2023.1 IDEs support (#42)
1 parent 845e6a5 commit 995e0cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ publishPlugin {
2929
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
3030
patchPluginXml {
3131
sinceBuild '201'
32-
untilBuild '223.*'
32+
untilBuild '231.*'
3333
version project.version
3434

3535
changeNotes """
3636
<ul>
37+
<li>2.2.2 Add support to 2023.1 IDEs</li>
3738
<li>2.2.1 Add support to 2022.3 IDEs</li>
3839
<li>2.2.0 Add support to the experimental new ui</li>
3940
<li>2.1.6 Add support to 2022.2 IDEs</li>

0 commit comments

Comments
 (0)