Skip to content

Commit

Permalink
Bump version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SNWCreations committed Apr 23, 2024
1 parent ed39bd8 commit a92bc5f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>KookBC</name>
<groupId>snw</groupId>
<artifactId>kookbc</artifactId>
<version>0.28.0</version>
<version>0.29.0</version>
<description>The Kook Bot Client standard implementation for Java.</description>

<!-- Do not care the order! -->
Expand Down Expand Up @@ -51,7 +51,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<log4j2.version>2.19.0</log4j2.version>
<jkook.version>0.50.0</jkook.version>
<jkook.version>0.51.0</jkook.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mixin.version>0.12.4+mixin.0.8.5</mixin.version>
<asm.version>9.3</asm.version>
Expand Down Expand Up @@ -189,15 +189,10 @@
</repositories>

<dependencies>
<!-- <dependency>-->
<!-- <groupId>com.github.SNWCreations</groupId>-->
<!-- <artifactId>JKook</artifactId>-->
<!-- <version>${jkook.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.github.xiaoACE6716</groupId>
<groupId>com.github.SNWCreations</groupId>
<artifactId>JKook</artifactId>
<version>95ce364469</version>
<version>${jkook.version}</version>
</dependency>

<!--
Expand Down

0 comments on commit a92bc5f

Please sign in to comment.