Skip to content

Commit

Permalink
Merge pull request #6 from Umaaz/asm_update
Browse files Browse the repository at this point in the history
chore(update): update asm version
  • Loading branch information
Umaaz authored Dec 28, 2023
2 parents 635a7b8 + 0d4e0cf commit 4224771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(System.env.VERSION != null) {
version 'dev'
}

var asm_version = '9.5'
var asm_version = '9.6'

sourceCompatibility='17'

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<depends>com.intellij.java</depends>

<change-notes><![CDATA[
<b>Version 9.6</b>
<ul>
<li>Update asm to 9.6<li>
</ul>
<b>Version 9.5.2</b>
<ul>
<li>Update to idea 233<li>
Expand Down

0 comments on commit 4224771

Please sign in to comment.