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

Commit ebd5ad3

Browse files
committed
2.19.1
1 parent eb250da commit ebd5ad3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

API/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>Kauri</artifactId>
77
<groupId>dev.brighten.anticheat</groupId>
8-
<version>2.19</version>
8+
<version>2.19.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>API</artifactId>
13-
<version>2.19</version>
13+
<version>2.19.1</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Detections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>Kauri</artifactId>
77
<groupId>dev.brighten.anticheat</groupId>
8-
<version>2.19</version>
8+
<version>2.19.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>Kauri</artifactId>
77
<groupId>dev.brighten.anticheat</groupId>
8-
<version>2.19</version>
8+
<version>2.19.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>dev.brighten.anticheat</groupId>
88
<artifactId>Kauri</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.19</version>
10+
<version>2.19.1</version>
1111
<modules>
1212
<module>API</module>
1313
<module>Impl</module>

0 commit comments

Comments
 (0)