Skip to content

Commit

Permalink
v0.12.103 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Dec 19, 2023
1 parent b875f63 commit 4d42248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.github.holgerbrandl"
version = "0.12.102"
version = "0.12.103"
//version = "2023.1-SNAPSHOT"
//version = "0.12-SNAPSHOT"

Expand Down
2 changes: 1 addition & 1 deletion modules/logistics/build.gradle.kts
Expand Up @@ -79,7 +79,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
from(components["java"])
artifactId = "kalasim-animation"
artifactId = "kalasim-logistics"

// artifact sourcesJar { classifier "sources" }
// artifact javadocJar
Expand Down

0 comments on commit 4d42248

Please sign in to comment.