Skip to content

Commit

Permalink
Fixed particles not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Apr 6, 2024
1 parent 2f73404 commit 05d41b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you still didn't find an answer see documentation section below.
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>KOTL</artifactId>
<version>2.8.7</version>
<version>2.8.8</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -55,7 +55,7 @@ repositories {
```
```gradle
dependencies {
compileOnly 'com.github.Despical:KOTL:2.8.7';
compileOnly 'com.github.Despical:KOTL:2.8.8';
}
```
</details>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.despical</groupId>
<artifactId>king-of-the-ladder</artifactId>
<version>2.8.7</version>
<version>2.8.8</version>

<name>King of the Ladder</name>
<inceptionYear>2020</inceptionYear>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>ParticleLib</artifactId>
<version>1.0.0</version>
<version>1.0.5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 05d41b7

Please sign in to comment.