diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 11351075..9274d5a0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,7 +32,7 @@ To create the 'debug.log' file, follow these steps: **Environment (please complete the following information):** - OS: [e.g. Windows 10] - Java version: [e.g. 17.0.1 and no, "newest version" is not a version] -- Version of MCA Selector [e.g. 2.4] +- Version of MCA Selector [e.g. 2.4.1] **Additional context** Add any other context about the problem here, e.g.: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90967130..de02444f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,12 +71,12 @@ jobs: name: Artifact path: | build/inno/Output/MCA_Selector_Setup.exe - build/libs/mcaselector-2.4.jar + build/libs/mcaselector-2.4.1.jar - name: Upload assets uses: AButler/upload-release-assets@v3.0 with: - files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.4.jar + files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.4.1.jar repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout Wiki @@ -88,7 +88,7 @@ jobs: - name: Update Wiki run: | cd mcaselector-wiki - echo -n 2.4 > version.txt + echo -n 2.4.1 > version.txt ./update_version shell: bash @@ -99,6 +99,6 @@ jobs: git config --global user.email 'wiki@querz.net' git config --unset-all http.https://github.com/.extraheader git remote set-url origin https://x-access-token:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}@github.com/Querz/mcaselector-wiki - git commit -am "Automated version update to 2.4" + git commit -am "Automated version update to 2.4.1" git push shell: bash \ No newline at end of file diff --git a/README.md b/README.md index ccadcbf4..226adf19 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ **MCA Selector modifies and deletes chunks in your Minecraft world. Please make backups of your world before using.** -[**Download Version 2.4 (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.4/MCA_Selector_Setup.exe) +[**Download Version 2.4.1 (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.4.1/MCA_Selector_Setup.exe) -[**Download Version 2.4 (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.4/mcaselector-2.4.jar) +[**Download Version 2.4.1 (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.4.1/mcaselector-2.4.1.jar) --- @@ -37,16 +37,17 @@ YouTube explaining the basics: MCA Selector currently supports the following Minecraft versions: | Minecraft Version | DataVersion | -|------------------|------------| -| 1.2.1 - 1.12.2 | None - 1343 | -| 1.13 - 1.13.2 | 1444 - 1631 | -| 1.14 - 1.14.4 | 1901 - 1976 | -| 1.15 - 1.15.2 | 2200 - 2230 | -| 1.16 - 1.16.5 | 2566 - 2586 | -| 1.17 - 1.17.1 | 2724 - 2730 | -| 1.18 - 1.18.2 | 2825 - 2975 | -| 1.19 - 1.19.4 | 3105 - 3337 | -| 1.20 - 1.20.6 | 3463 - 3839 | +|-------------------|-------------| +| 1.2.1 - 1.12.2 | None - 1343 | +| 1.13 - 1.13.2 | 1444 - 1631 | +| 1.14 - 1.14.4 | 1901 - 1976 | +| 1.15 - 1.15.2 | 2200 - 2230 | +| 1.16 - 1.16.5 | 2566 - 2586 | +| 1.17 - 1.17.1 | 2724 - 2730 | +| 1.18 - 1.18.2 | 2825 - 2975 | +| 1.19 - 1.19.4 | 3105 - 3337 | +| 1.20 - 1.20.6 | 3463 - 3839 | +| 1.21 - ? | 3953 - ? | There is no guarantee for worlds generated in a Snapshot version to work, even if it is specified in the table above. This only represents the current development status towards the next Minecraft release. Old Snapshots of past diff --git a/gradle.properties b/gradle.properties index 9ff2934d..b5250c77 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.4 +version=2.4.1 application.name=MCA Selector application.url=https://github.com/Querz/mcaselector application.author=Querz \ No newline at end of file diff --git a/installer/res/resource.rc b/installer/res/resource.rc index 1a62cf26..e36ae7a7 100644 --- a/installer/res/resource.rc +++ b/installer/res/resource.rc @@ -1,17 +1,17 @@ VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,4,0,0 - PRODUCTVERSION 2,4,0,0 + FILEVERSION 2,4,1,0 + PRODUCTVERSION 2,4,1,0 { BLOCK "StringFileInfo" { BLOCK "040904b0" { VALUE "FileDescription", "MCA Selector\0" - VALUE "FileVersion", "2.4.0.0\0" + VALUE "FileVersion", "2.4.1.0\0" VALUE "LegalCopyright", "© 2018-2022 Querz\0" VALUE "OriginalFilename", "MCA Selector.exe\0" VALUE "ProductName", "MCA Selector\0" - VALUE "ProductVersion", "2.4\0" + VALUE "ProductVersion", "2.4.1\0" } } BLOCK "VarFileInfo"