Skip to content

Commit

Permalink
Merge pull request #14 from Funkatronics/Funkatronics-patch-1
Browse files Browse the repository at this point in the history
correct version
  • Loading branch information
Funkatronics committed Aug 18, 2023
2 parents b7724b3 + 7566809 commit a6aa169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions okiodriver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "io.github.funkatronics"
version = "0.1.0-SNAPSHOT"
version = "0.1.0"

kotlin {
jvm {
Expand Down 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")
}
4 changes: 2 additions & 2 deletions rpccore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "io.github.funkatronics"
version = "0.1.0-SNAPSHOT"
version = "0.2.0"

kotlin {
jvm {
Expand Down 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 a6aa169

Please sign in to comment.