From ee94da990cb5c9fc40d973981411a50c691555ea Mon Sep 17 00:00:00 2001 From: 3TUSK Date: Tue, 27 Aug 2024 13:52:07 -0700 Subject: [PATCH] Version bump to 0.9.2 --- build.gradle | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0c5ac15..7405af8 100644 --- a/build.gradle +++ b/build.gradle @@ -187,6 +187,10 @@ tasks.withType(PublishToMavenRepository) { } } +tasks.publishReleasePublicationToTeaconRepository { + mustRunAfter jar +} + tasks.register("githubActionOutput", TeaConDumpPathToGitHub) { task -> task.onlyIf { System.env.GITHUB_ACTIONS diff --git a/gradle.properties b/gradle.properties index 1d9cbf0..5130254 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ mod_name=VoteMe # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=BSD-3-Clause # The mod version. See https://semver.org/ -mod_version=0.9.1 +mod_version=0.9.2 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html