Skip to content

Commit

Permalink
add support for 2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suusan2go committed Aug 15, 2022
1 parent 57f486e commit 632ee2c
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 @@ -21,7 +21,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

intellij {
version = '2022.1'
version = '2022.2'
plugins = ['Kotlin', 'java']
pluginName = 'kotlin-fill-class'
publishPlugin {
Expand All @@ -37,7 +37,7 @@ repositories {
}

group 'com.github.suusan2go.kotlin-fill-class'
version '1.0.13'
version '1.0.14'

sourceCompatibility = 11

Expand Down
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 @@ -10,7 +10,7 @@
]]></description>

<change-notes><![CDATA[
1.0.13- Add trailing comma support
1.0.14- Add support for IDEA version 2022.2
]]>
</change-notes>

Expand Down

0 comments on commit 632ee2c

Please sign in to comment.