File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
44plugins {
55 id(" java" )
66 id(" org.jetbrains.kotlin.jvm" ) version " 1.9.25"
7- id(" org.jetbrains.intellij.platform" ) version " 2.0.1 "
7+ id(" org.jetbrains.intellij.platform" ) version " 2.9.0 "
88 id(" org.jetbrains.grammarkit" ) version " 2022.3.2.2"
99 jacoco
1010}
1111
1212group = " boo.fox"
13- version = " 1.4.3 "
13+ version = " 1.4.4 "
1414
1515repositories {
1616 mavenCentral()
Original file line number Diff line number Diff line change 2929 </description >
3030
3131 <change-notes ><![CDATA[
32+ <h3>1.4.4</h3>
33+ <ul>
34+ <li>Add GitHub Actions CI workflow</li>
35+ <li>Make HLS path configurable through settings</li>
36+ </ul>
3237 <h3>1.4.3</h3>
3338 <ul>
3439 <li>Ensure compatibility with future IDE versions</li>
You can’t perform that action at this time.
0 commit comments