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

Commit 09e43e6

Browse files
committed
1.19.4
1 parent 7c0fbf6 commit 09e43e6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>xyz.xenondevs</groupId>
88
<artifactId>particle</artifactId>
9-
<version>1.8.3</version>
9+
<version>1.8.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ParticleLib</name>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.spigotmc</groupId>
117117
<artifactId>spigot-api</artifactId>
118-
<version>1.19.1-R0.1-SNAPSHOT</version>
118+
<version>1.19.4-R0.1-SNAPSHOT</version>
119119
<scope>provided</scope>
120120
</dependency>
121121
</dependencies>

src/main/resources/mappings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@
392392
{
393393
"from": 19.3,
394394
"value": "n"
395+
},
396+
{
397+
"from": 19.4,
398+
"value": "o"
395399
}
396400
]
397401
},

0 commit comments

Comments
 (0)