Update version in pom.xml

This commit is contained in:
GitHub Action
2024-02-26 15:17:09 +00:00
parent 407f51fa73
commit 7a5c00d99a
9 changed files with 11 additions and 11 deletions

View File

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