Skip to content

Commit

Permalink
Version 1.21
Browse files Browse the repository at this point in the history
Took 8 minutes
  • Loading branch information
Jan Polák committed Apr 5, 2022
1 parent 5f39859 commit 39a352c
Show file tree
Hide file tree
Showing 2 changed files with 6 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.5.2"
}

val pluginVersion = "1.21-SNAPSHOT"
val pluginVersion = "1.21"

group = "com.darkyen"
version = pluginVersion
Expand Down
6 changes: 5 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,11 @@

<change-notes><![CDATA[
<ul>
<li></li>
<li>Add basic flow attribute support (e.g. [[unroll]])</li>
<li>Add basic 64-bit int support</li>
<li>Parse strings for debugPrintfEXT correctly</li>
<li>Syntax highlighting for operators</li>
<li>Fix some crashes</li>
</ul>
]]></change-notes>

Expand Down

0 comments on commit 39a352c

Please sign in to comment.