Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
KoutaChan committed Feb 17, 2023
1 parent bdc488a commit c572c2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CodeAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.klnetwork.CodeAPI</groupId>
<artifactId>CodeAPI</artifactId>
<version>4.21</version>
<version>4.22</version>
<packaging>jar</packaging>

<name>CodeAPI</name>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>net.klnetwork.playerrolechecker</groupId>
<artifactId>PlayerRoleCheckerAPI</artifactId>
<version>4.21</version>
<version>4.22</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion PlayerRoleChecker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>net.klnetwork.playerrolechecker</groupId>
<artifactId>PlayerRoleCheckerAPI</artifactId>
<version>4.21</version>
<version>4.22</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion PlayerRoleCheckerConnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>net.klnetwork.playerrolechecker</groupId>
<artifactId>PlayerRoleCheckerAPI</artifactId>
<version>4.21</version>
<version>4.22</version>
</dependency>
<dependency>
<groupId>net.dv8tion</groupId>
Expand Down

0 comments on commit c572c2a

Please sign in to comment.