Update version in pom.xml

This commit is contained in:
GitHub Action
2025-02-11 04:35:54 +00:00
parent 8fcbb4b20f
commit 3fda7fe446
7 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<artifactId>TikTokLiveJava</artifactId>
<version>1.8.13-Release</version>
<version>1.8.14-Release</version>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<artifactId>API</artifactId>
<version>1.8.13-Release</version>
<version>1.8.14-Release</version>
<scope>compile</scope>
</dependency>
</dependencies>