diff --git a/README.md b/README.md
index 788ac22..7d8cc59 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# GuardianBeam
-An util to create easily Guardians and Ender Crystal Lasers via Packets and Reflection. No ProtocolLib, no dependency, compatible from Minecraft 1.9 to Minecraft 1.18.1!
+An util to create easily Guardians and Ender Crystal Lasers via Packets and Reflection. No ProtocolLib, no dependency, compatible from Minecraft 1.9 to Minecraft 1.18.2!
Inspired by the plugin [GuardianBeamAPI by Jaxon A Brown](https://www.spigotmc.org/resources/18329), which uses ProtocolLib.
@@ -18,7 +18,7 @@ Add this requirement to your maven `pom.xml` file:
io.github.skytasul
guardianbeam
- 2.2.4
+ 2.2.5
compile
```
diff --git a/pom.xml b/pom.xml
index 3a99503..2424c82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.github.skytasul
guardianbeam
- 2.2.4
+ 2.2.5
jar
GuardianBeam
diff --git a/src/main/java/fr/skytasul/guardianbeam/Laser.java b/src/main/java/fr/skytasul/guardianbeam/Laser.java
index b16b7a4..5e006b6 100644
--- a/src/main/java/fr/skytasul/guardianbeam/Laser.java
+++ b/src/main/java/fr/skytasul/guardianbeam/Laser.java
@@ -36,7 +36,7 @@
* 1.9 -> 1.18.2
*
* @see GitHub repository
- * @version 2.2.4
+ * @version 2.2.5
* @author SkytAsul
*/
public abstract class Laser {