Skip to content

Commit

Permalink
Updated version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dosier committed Jul 2, 2024
1 parent bb10c6b commit 5843fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
jcenter()
}

version = "0.3.0"
version = "0.3.1"

allprojects {
group = "stan.qodat"
Expand Down Expand Up @@ -71,5 +71,6 @@ dependencies {
implementation("org.joml:joml-primitives:1.10.0")
implementation("org.joml:joml:1.10.5")
implementation("no.tornado:tornadofx:1.7.20")
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.86.3")
testImplementation(kotlin("test-junit"))
}

0 comments on commit 5843fb5

Please sign in to comment.