Update version in pom.xml

This commit is contained in:
GitHub Action
2024-01-19 18:19:23 +00:00
parent 749cfcf4a6
commit 46e75dec1a
10 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@
<parent>
<artifactId>TikTokLiveJava</artifactId>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<version>1.0.17-Release</version>
<version>1.1.0-Release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -75,7 +75,7 @@
<dependency>
<groupId>io.github.jwdeveloper.tiktok</groupId>
<artifactId>extension-collector</artifactId>
<version>1.0.17-Release</version>
<version>1.1.0-Release</version>
<scope>compile</scope>
</dependency>
</dependencies>