Skip to content

Commit

Permalink
Version 1.20
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
Jan Polák committed Dec 15, 2021
1 parent 2c5dac0 commit 9287e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("org.jetbrains.intellij") version "1.3.0"
}

val pluginVersion = "1.20-SNAPSHOT"
val pluginVersion = "1.20"

group = "com.darkyen"
version = pluginVersion
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

<change-notes><![CDATA[
<ul>
<li></li>
<li>IDE compatibility fixes</li>
<li>Improved gutter navigation between function declaration and definition</li>
</ul>
]]></change-notes>

Expand Down

0 comments on commit 9287e48

Please sign in to comment.