Skip to content

Commit 9c142cf

Browse files
committed
🔖 1.3.4
1 parent cef2add commit 9c142cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
An util to easily set glowing entities (or blocks) per-player on a Spigot server.
66

7-
No ProtocolLib, no dependency, compatible from Minecraft 1.17 to 1.20.4!
7+
No ProtocolLib, no dependency, compatible from Minecraft 1.17 to 1.20.6!
88

99
![Glowing entities animation](demo.gif)
1010

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.skytasul</groupId>
77
<artifactId>glowingentities</artifactId>
8-
<version>1.3.3</version>
8+
<version>1.3.4</version>
99

1010
<name>GlowingEntities</name>
1111
<description>A Spigot util to easily make entities glow.</description>

src/main/java/fr/skytasul/glowingentities/GlowingEntities.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* <p>
2828
* <b>1.17 -> 1.20.6</b>
2929
*
30-
* @version 1.3.3
30+
* @version 1.3.4
3131
* @author SkytAsul
3232
*/
3333
public class GlowingEntities implements Listener {

0 commit comments

Comments
 (0)