Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 6adb515

Browse files
authored
Update README.md
1 parent 63ea980 commit 6adb515

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</h1>
55

66
<p align="center">
7-
<b>A spigot library supporting all particles from <code>1.8</code> to <code>1.17.1</code></b><br><br>
7+
<b>A spigot library supporting all particles from <code>1.8</code> to <code>1.18</code></b><br><br>
88
<a href="https://app.codacy.com/manual/ByteZ1337/ParticleLib?utm_source=github.com&utm_medium=referral&utm_content=ByteZ1337/ParticleLib&utm_campaign=Badge_Grade_Dashboard">
99
<img src="https://api.codacy.com/project/badge/Grade/166f125b74014326831ca21c1d7df65b" alt="codacy"/>
1010
</a>
@@ -33,7 +33,7 @@ Join the [Discord](https://discord.gg/EpVMXtXB2t) if you have any questions. **D
3333

3434
## Features
3535

36-
* Multiversion support from 1.8 - 1.17.1 <sup>(All in one Jar)</sup>
36+
* Multiversion support from 1.8 - 1.18 <sup>(All in one Jar)</sup>
3737
* Colored particles
3838
* Particles with custom velocities
3939
* Particles with textures
@@ -52,7 +52,7 @@ The latest version <img src="https://img.shields.io/github/v/release/ByteZ1337/P
5252
<dependency>
5353
<groupId>xyz.xenondevs</groupId>
5454
<artifactId>particle</artifactId>
55-
<version>1.6.6</version>
55+
<version>1.7</version>
5656
</dependency>
5757
</dependencies>
5858
```
@@ -61,7 +61,7 @@ The latest version <img src="https://img.shields.io/github/v/release/ByteZ1337/P
6161

6262
```groovy
6363
dependencies {
64-
implementation 'xyz.xenondevs:particle:1.6.6'
64+
implementation 'xyz.xenondevs:particle:1.7'
6565
}
6666
```
6767

0 commit comments

Comments
 (0)