Skip to content

Commit cd5fead

Browse files
committed
update version to 2.5.1
1 parent ead4e68 commit cd5fead

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To create the 'debug.log' file, follow these steps:
3232
**Environment (please complete the following information):**
3333
- OS: [e.g. Windows 10]
3434
- Java version: [e.g. 21 and no, "newest version" is not a version]
35-
- Version of MCA Selector [e.g. 2.5]
35+
- Version of MCA Selector [e.g. 2.5.1]
3636

3737
**Additional context**
3838
Add any other context about the problem here, e.g.:

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
name: Artifact
8989
path: |
9090
build/inno/Output/Signed/MCA_Selector_Setup.exe
91-
build/libs/mcaselector-2.5.jar
91+
build/libs/mcaselector-2.5.1.jar
9292
9393
- name: Upload assets
9494
uses: AButler/[email protected]
9595
with:
96-
files: build/inno/Output/Signed/MCA_Selector_Setup.exe;build/libs/mcaselector-2.5.jar
96+
files: build/inno/Output/Signed/MCA_Selector_Setup.exe;build/libs/mcaselector-2.5.1.jar
9797
repo-token: ${{ secrets.GITHUB_TOKEN }}
9898

9999
- name: Checkout Wiki
@@ -105,7 +105,7 @@ jobs:
105105
- name: Update Wiki
106106
run: |
107107
cd mcaselector-wiki
108-
echo -n 2.5 > version.txt
108+
echo -n 2.5.1 > version.txt
109109
./update_version
110110
shell: bash
111111

@@ -116,6 +116,6 @@ jobs:
116116
git config --global user.email '[email protected]'
117117
git config --unset-all http.https://github.com/.extraheader
118118
git remote set-url origin https://x-access-token:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}@github.com/Querz/mcaselector-wiki
119-
git commit -am "Automated version update to 2.5"
119+
git commit -am "Automated version update to 2.5.1"
120120
git push
121121
shell: bash

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

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

16-
[**Download Version <!--vs-->2.5<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.5/MCA_Selector_Setup.exe)
16+
[**Download Version <!--vs-->2.5.1<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.5.1/MCA_Selector_Setup.exe)
1717

18-
[**Download Version <!--vs-->2.5<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.5/mcaselector-2.5.jar)
18+
[**Download Version <!--vs-->2.5.1<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.5.1/mcaselector-2.5.1.jar)
1919

2020
---
2121

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.5
1+
version=2.5.1
22
application.name=MCA Selector
33
application.url=https://github.com/Querz/mcaselector
44
application.author=Querz

installer/res/resource.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
VS_VERSION_INFO VERSIONINFO
2-
FILEVERSION 2,5,0,0
3-
PRODUCTVERSION 2,5,0,0
2+
FILEVERSION 2,5,1,0
3+
PRODUCTVERSION 2,5,1,0
44
{
55
BLOCK "StringFileInfo"
66
{
77
BLOCK "040904b0"
88
{
99
VALUE "FileDescription", "MCA Selector\0"
10-
VALUE "FileVersion", "2.5.0.0\0"
10+
VALUE "FileVersion", "2.5.1.0\0"
1111
VALUE "LegalCopyright", "© 2018 - 2025 Querz\0"
1212
VALUE "OriginalFilename", "MCA Selector.exe\0"
1313
VALUE "ProductName", "MCA Selector\0"
14-
VALUE "ProductVersion", "2.5\0"
14+
VALUE "ProductVersion", "2.5.1\0"
1515
}
1616
}
1717
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)