From 3e0804bfb08516efb009823501c6ed85d37ef22f Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 10 Sep 2024 10:17:15 +0700 Subject: [PATCH] chore(release): v5.3.10 --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/issue_report.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- gradle.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 41b139a..b9071eb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -31,7 +31,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the mod to version **[5.3.9](https://github.com/null2264/CobbleGen/releases/latest)**. + - label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**. required: true - label: I have checked the mod config for my feature. required: true diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index e091474..f363615 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -94,7 +94,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the mod to version **[5.3.9](https://github.com/null2264/CobbleGen/releases/latest)**. + - label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**. required: true - label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements. - label: I have filled out all of the requested information in this form. diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 1bd1be6..6f876f8 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -55,7 +55,7 @@ body: required: true - label: If I'm writing customGen configuration, I acknowledge that there are only 3 type of gens that exists which are `cobbleGen`, `stoneGen`, and `basaltGen`. Using any other type (such as `oreGen`) would cause it to stop working. required: true - - label: I have updated the mod to version **[5.3.9](https://github.com/null2264/CobbleGen/releases/latest)**. + - label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**. required: true - label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements. - label: I have filled out all of the requested information in this form. diff --git a/gradle.properties b/gradle.properties index 2f36943..5223bb4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx5G # Mod Properties -mod_version=5.3.9 +mod_version=5.3.10 version_stage=BETA maven_group=io.github.null2264 archives_base_name=cobblegen