Skip to content

Commit 370834f

Browse files
committed
update version to 2.2.1
1 parent bca4899 commit 370834f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
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. 17.0.1 and no, "newest version" is not a version]
35-
- Version of MCA Selector [e.g. 2.2]
35+
- Version of MCA Selector [e.g. 2.2.1]
3636

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload assets
6767
uses: AButler/[email protected]
6868
with:
69-
files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.2.jar
69+
files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.2.1.jar
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Checkout Wiki
@@ -78,7 +78,7 @@ jobs:
7878
- name: Update Wiki
7979
run: |
8080
cd mcaselector-wiki
81-
echo -n 2.2 > version.txt
81+
echo -n 2.2.1 > version.txt
8282
./update_version
8383
shell: bash
8484

README.md

Lines changed: 2 additions & 2 deletions
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.2<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.2/MCA_Selector_Setup.exe)
16+
[**Download Version <!--vs-->2.2.1<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.2.1/MCA_Selector_Setup.exe)
1717

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

2020
---
2121

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.2
1+
version=2.2.1
22
application.name=MCA Selector
33
application.url=https://github.com/Querz/mcaselector
44
application.author=Querz

installer/res/resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
VS_VERSION_INFO VERSIONINFO
2-
FILEVERSION 2,2,0,0
3-
PRODUCTVERSION 2,2,0,0
2+
FILEVERSION 2,2,1,0
3+
PRODUCTVERSION 2,2,1,0
44
{
55
BLOCK "StringFileInfo"
66
{
77
BLOCK "040904b0"
88
{
99
VALUE "FileDescription", "MCA Selector\0"
10-
VALUE "FileVersion", "2.2.0.0\0"
10+
VALUE "FileVersion", "2.2.1.0\0"
1111
VALUE "LegalCopyright", "© 2018-2022 Querz\0"
1212
VALUE "OriginalFilename", "MCA Selector.exe\0"
1313
VALUE "ProductName", "MCA Selector\0"
14-
VALUE "ProductVersion", "2.2\0"
14+
VALUE "ProductVersion", "2.2.1\0"
1515
}
1616
}
1717
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)