Skip to content

Commit

Permalink
Bump version to 0.27.9
Browse files Browse the repository at this point in the history
The API 0.49 final release. Now we no longer support its API version.
  • Loading branch information
SNWCreations committed Mar 21, 2024
1 parent 88db320 commit dc9ded1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.27.8</version>
<version>0.27.9</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.49.2</jkook.version>
<jkook.version>0.49.4</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

0 comments on commit dc9ded1

Please sign in to comment.