From 7f4b5fa92b9d939075b1f229445ea5653d00780a Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Sun, 8 Sep 2024 14:23:33 -0700 Subject: [PATCH] v0.1.6 release --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5871b5e..82a017d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ publishing { create("meepmeep") { groupId = "com.acmerobotics.roadrunner" artifactId = "MeepMeep" - version = "0.1.5" + version = "0.1.6" from(components["java"]) artifact(sourcesJar) @@ -87,4 +87,4 @@ compileKotlin.kotlinOptions { val compileTestKotlin: KotlinCompile by tasks compileTestKotlin.kotlinOptions { jvmTarget = "1.8" -} \ No newline at end of file +}