Skip to content

Commit 52b554b

Browse files
committed
1.20
1 parent 224e705 commit 52b554b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Release RandomSpawnPlus5
2020
uses: marvinpinto/action-automatic-releases@latest
2121
with:
22-
title: "RandomSpawnPlus5 v5.0.7"
23-
automatic_release_tag: "5.0.7"
22+
title: "RandomSpawnPlus5 v5.0.8"
23+
automatic_release_tag: "5.0.8"
2424
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2525
files: "target/*.jar"
2626
prerelease: false

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# RandomSpawnPlus5
22

3-
🔀 A random spawn plugin for Minecraft 1.19.4
3+
🔀 A random spawn plugin for Minecraft 1.20
44

5-
Native support 1.19.4
5+
Native support 1.20
66

7-
Support 1.8.x - 1.19.x (maybe?)
7+
Support 1.8.x - 1.20.x (maybe?)
88

99

1010
## Contact

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>systems.kscott</groupId>
88
<artifactId>randomspawnplus</artifactId>
9-
<version>5.0.7</version>
9+
<version>5.0.8</version>
1010
<packaging>jar</packaging>
1111

1212
<name>RandomSpawnPlus</name>
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>io.papermc.paper</groupId>
116116
<artifactId>paper-api</artifactId>
117-
<version>1.19.4-R0.1-SNAPSHOT</version>
117+
<version>1.20-R0.1-SNAPSHOT</version>
118118
<scope>provided</scope>
119119
</dependency>
120120
<dependency>
@@ -125,13 +125,13 @@
125125
<dependency>
126126
<groupId>org.projectlombok</groupId>
127127
<artifactId>lombok</artifactId>
128-
<version>1.18.26</version>
128+
<version>1.18.28</version>
129129
<scope>provided</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>net.kyori</groupId>
133133
<artifactId>adventure-api</artifactId>
134-
<version>4.13.1</version>
134+
<version>4.14.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>co.aikar</groupId>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>net.essentialsx</groupId>
154154
<artifactId>EssentialsX</artifactId>
155-
<version>2.19.7</version>
155+
<version>2.20.0</version>
156156
<scope>provided</scope>
157157
</dependency>
158158
<dependency>

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############################
22
# RandomSpawnPlus5 #
3-
# Version 5.0.7 #
3+
# Version 5.0.8 #
44
# by @89apt89 & @Dreeam #
55
#############################
66

src/main/resources/lang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############################
22
# RandomSpawnPlus5 #
3-
# Version 5.0.7 #
3+
# Version 5.0.8 #
44
# by @89apt89 & @Dreeam #
55
#############################
66

0 commit comments

Comments
 (0)