Skip to content

Commit

Permalink
Release v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
novotnyr committed Jan 21, 2024
1 parent 9a569cd commit 48d7f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.14-SNAPSHOT"
version = "0.14"

repositories {
mavenCentral()
Expand Down Expand Up @@ -35,7 +35,7 @@ tasks {
untilBuild = "233.*"
changeNotes = """
<ul>
<li></li>
<li>Make compatible with 2023.3</li>
</ul>
""".trimIndent()
}
Expand Down

0 comments on commit 48d7f99

Please sign in to comment.