Skip to content

Commit

Permalink
Bump version and update change notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnym committed Nov 1, 2022
1 parent de8a4f1 commit 0fb366d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("org.jetbrains.intellij").version("latest.integration")
}

version("0.3.2")
version("0.3.3")
javaVersion(17)

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion intellij/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</description>
<change-notes>
<![CDATA[
Fixed a bug that causes files not in projects with uncheck to be affected.
Fixed a <code>NullPointerException</code> that disables final field reassignment warnings in ordinary methods.
]]>
</change-notes>
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 0fb366d

Please sign in to comment.