Skip to content

Commit

Permalink
v0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Sep 8, 2024
1 parent 5300cb7 commit 7f4b5fa
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 @@ -56,7 +56,7 @@ publishing {
create<MavenPublication>("meepmeep") {
groupId = "com.acmerobotics.roadrunner"
artifactId = "MeepMeep"
version = "0.1.5"
version = "0.1.6"

from(components["java"])
artifact(sourcesJar)
Expand Down Expand Up @@ -87,4 +87,4 @@ compileKotlin.kotlinOptions {
val compileTestKotlin: KotlinCompile by tasks
compileTestKotlin.kotlinOptions {
jvmTarget = "1.8"
}
}

0 comments on commit 7f4b5fa

Please sign in to comment.