Skip to content

Commit

Permalink
Incompatible with 2023.1 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis_Kusakin authored and Denis_Kusakin committed Apr 14, 2023
1 parent 040b0b9 commit 23a711d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

group 'org.deniskusakin.aem'
version '0.4.0'
version '0.4.1'

apply plugin: 'kotlin'

Expand All @@ -41,5 +41,5 @@ compileTestKotlin {
kotlinOptions.jvmTarget = "17"
}
intellij {
version = '2022.3'
version = '2023.1'
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
</action>
</actions>
<change-notes>
Fix compatibility issue. Plugin is now available for IDEA 2022.3
Fix compatibility issue. Plugin is now available for IDEA 2023.1
</change-notes>
</idea-plugin>

0 comments on commit 23a711d

Please sign in to comment.