From e2128c26a5b2432f997e2deebcb22cbbc0a0cab3 Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Wed, 1 Dec 2021 20:18:48 -0500 Subject: [PATCH] 1.8.11 prep --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/ISSUE_TEMPLATE/crash.yaml | 1 + .gitignore | 4 +++- config/allthetweaks-common.toml | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9cff6335..31b01cd6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,6 +26,7 @@ body: label: Modpack Version description: What version of the pack are you using? options: + - 1.8.11 - 1.8.10 - 1.8.9 - 1.8.8 diff --git a/.github/ISSUE_TEMPLATE/crash.yaml b/.github/ISSUE_TEMPLATE/crash.yaml index 5e9a5ede..0d832672 100644 --- a/.github/ISSUE_TEMPLATE/crash.yaml +++ b/.github/ISSUE_TEMPLATE/crash.yaml @@ -25,6 +25,7 @@ body: label: Modpack Version description: What version of the pack are you using? options: + - 1.8.11 - 1.8.10 - 1.8.9 - 1.8.8 diff --git a/.gitignore b/.gitignore index c51cd3f7..a6a31000 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ kubejs/exported .idea -config/jei/bookmarks.ini \ No newline at end of file +config/jei/bookmarks.ini +/tmp +*.zip diff --git a/config/allthetweaks-common.toml b/config/allthetweaks-common.toml index 00773273..95c7184f 100644 --- a/config/allthetweaks-common.toml +++ b/config/allthetweaks-common.toml @@ -8,4 +8,4 @@ [packversionmin] minor = 8 [packversionminrev] - minorrev = 10 + minorrev = 11