Skip to content

Commit

Permalink
update version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Oct 23, 2024
1 parent dbcc81f commit bec215e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1]
- Version of MCA Selector [e.g. 2.4.2]

**Additional context**
Add any other context about the problem here, e.g.:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
name: Artifact
path: |
build/inno/Output/MCA_Selector_Setup.exe
build/libs/mcaselector-2.4.1.jar
build/libs/mcaselector-2.4.2.jar
- name: Upload assets
uses: AButler/[email protected]
with:
files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.4.1.jar
files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.4.2.jar
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout Wiki
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Update Wiki
run: |
cd mcaselector-wiki
echo -n 2.4.1 > version.txt
echo -n 2.4.2 > version.txt
./update_version
shell: bash

Expand All @@ -99,6 +99,6 @@ jobs:
git config --global user.email '[email protected]'
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.1"
git commit -am "Automated version update to 2.4.2"
git push
shell: bash
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

**MCA Selector modifies and deletes chunks in your Minecraft world. Please make backups of your world before using.**

[**Download Version <!--vs-->2.4.1<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.4.1/MCA_Selector_Setup.exe)
[**Download Version <!--vs-->2.4.2<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.4.2/MCA_Selector_Setup.exe)

[**Download Version <!--vs-->2.4.1<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.4.1/mcaselector-2.4.1.jar)
[**Download Version <!--vs-->2.4.2<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.4.2/mcaselector-2.4.2.jar)

---

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.4.1
version=2.4.2
application.name=MCA Selector
application.url=https://github.com/Querz/mcaselector
application.author=Querz
1 change: 1 addition & 0 deletions installer/res/inno.iss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ WizardStyle=modern
WizardSmallImageFile=small.bmp
WizardImageFile=large.bmp
ExtraDiskSpaceRequired=223010816
VersionInfoVersion=${applicationVersion}.0

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down
8 changes: 4 additions & 4 deletions installer/res/resource.rc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,1,0
PRODUCTVERSION 2,4,1,0
FILEVERSION 2,4,2,0
PRODUCTVERSION 2,4,2,0
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "FileDescription", "MCA Selector\0"
VALUE "FileVersion", "2.4.1.0\0"
VALUE "FileVersion", "2.4.2.0\0"
VALUE "LegalCopyright", "© 2018-2022 Querz\0"
VALUE "OriginalFilename", "MCA Selector.exe\0"
VALUE "ProductName", "MCA Selector\0"
VALUE "ProductVersion", "2.4.1\0"
VALUE "ProductVersion", "2.4.2\0"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit bec215e

Please sign in to comment.