Skip to content

Commit

Permalink
Release v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
novotnyr committed Aug 17, 2024
1 parent eed24d8 commit 54827a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.github.novotnyr"
version = "0.16-SNAPSHOT"
version = "0.16"

repositories {
mavenCentral()
Expand Down Expand Up @@ -36,7 +36,8 @@ intellijPlatform {
}
changeNotes = """
<ul>
<li></li>
<li>Make compatible with 2024.2</li>
<li>Require at least 2022.3</li>
</ul>
""".trimIndent()
}
Expand Down

0 comments on commit 54827a8

Please sign in to comment.