Skip to content

Commit

Permalink
Release v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
novotnyr committed Jan 4, 2024
1 parent a3ebde8 commit cc749a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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.13-SNAPSHOT"
version = "0.13"

repositories {
mavenCentral()
Expand Down Expand Up @@ -33,6 +33,12 @@ tasks {
patchPluginXml {
sinceBuild = "211"
untilBuild = "233.*"
changeNotes = """
<ul>
<li>Introduce tool window icon</li>
<li>Improve compatibility with the latest platforms</li>
</ul>
""".trimIndent()
}

buildSearchableOptions {
Expand Down

0 comments on commit cc749a2

Please sign in to comment.