diff --git a/build.gradle b/build.gradle index 20cd9b9..b847c20 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,7 @@ plugins { base { archivesName = project.id + version = "${project.base_version}+${project.cosmic_reach_version}" } java { diff --git a/gradle.properties b/gradle.properties index 250902d..a4e977e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Mod Properties id = fluxapi -version = 0.7.5 +base_version = 0.7.5 flux_desc = The central modding API for Cosmic Reach Fabric/Quilt group = dev.crmodders