Skip to content

Commit d2699e4

Browse files
committed
Upgrade to 1.18.2
1 parent f50764e commit d2699e4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.dccache

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ There are 2 choices for the alternative java (providing /usr/bin/java).
5151

5252
<h2>Update History</h2>
5353

54+
<h3>March 5th 2022</h3>
55+
<ul>
56+
<li>Update to 1.18.2 -- make sure you have backups first if you are upgrading from an existing server!</li>
57+
</ul>
58+
5459
<h3>December 12th 2021</h3>
5560
<ul>
5661
<li>Update to 1.18.1 -- make sure you have backups first if you are upgrading from an existing server!</li>

SetupMinecraft.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# curl https://raw.githubusercontent.com/TheRemote/RaspberryPiMinecraft/master/SetupMinecraft.sh | bash
88

99
# Minecraft server version
10-
Version="1.18.1"
10+
Version="1.18.2"
1111
# Set to AllowLocalCopy="1" if you make changes to the script otherwise any changes will be discarded and the latest online version will run
1212
AllowLocalCopy="0"
1313

0 commit comments

Comments
 (0)