We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e43e6 commit a0a0825Copy full SHA for a0a0825
README.md
@@ -52,7 +52,7 @@ The latest version <img src="https://img.shields.io/github/v/release/ByteZ1337/P
52
<dependency>
53
<groupId>xyz.xenondevs</groupId>
54
<artifactId>particle</artifactId>
55
- <version>1.8.3</version>
+ <version>1.8.4</version>
56
</dependency>
57
</dependencies>
58
```
@@ -61,7 +61,7 @@ The latest version <img src="https://img.shields.io/github/v/release/ByteZ1337/P
61
62
```groovy
63
dependencies {
64
- implementation 'xyz.xenondevs:particle:1.8.3'
+ implementation 'xyz.xenondevs:particle:1.8.4'
65
}
66
67
0 commit comments