Skip to content

Commit

Permalink
Updated to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening committed Dec 27, 2022
1 parent 4c41a96 commit eb5642a
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.1"
version = "1.0.3"

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

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

0 comments on commit eb5642a

Please sign in to comment.