Skip to content

Commit

Permalink
update maven coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics committed Aug 18, 2023
1 parent ad679ac commit 7566809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion okiodriver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ kotlin {
}

mavenPublishing {
coordinates("io.github.funkatronics", "rpccore-okiodriver", "0.1.0-SNAPSHOT")
coordinates("io.github.funkatronics", "rpccore-okiodriver", "0.1.0")
}
2 changes: 1 addition & 1 deletion rpccore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ kotlin {
}

mavenPublishing {
coordinates("io.github.funkatronics", "rpccore", "0.1.0-SNAPSHOT")
coordinates("io.github.funkatronics", "rpccore", "0.2.0")
}

0 comments on commit 7566809

Please sign in to comment.