From e901b23b673319dc2c9378a28e7303c680eb921c Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Mon, 9 Sep 2024 09:23:43 +1000 Subject: [PATCH] Adjust version and package --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 46d90aa..4a80109 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,8 +9,8 @@ application { layout.buildDirectory.dir("distributions/") } -group = "org.example" -version = "1.0-SNAPSHOT" +group = "xyz.maxwellj.mapm" +version = "0.0.1" repositories { mavenCentral()