Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening committed Mar 13, 2024
1 parent 962536b commit 50d60fd
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 @@ -19,7 +19,7 @@ dependencies {


group = "io.github.mysto"
version = "1.0.3"
version = "1.0.4"

java {
withJavadocJar()
Expand All @@ -43,7 +43,7 @@ publishing {
create<MavenPublication>("mavenJava") {
groupId = "io.github.mysto"
artifactId = "ff3"
version = "1.0.3"
version = "1.0.4"

from(components["java"])
versionMapping {
Expand Down

0 comments on commit 50d60fd

Please sign in to comment.