Update version in pom.xml

This commit is contained in:
GitHub Action
2024-06-07 10:55:14 +00:00
parent 243791f6b8
commit 31618a16ba
7 changed files with 9 additions and 9 deletions

View File

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