Update version in pom.xml

This commit is contained in:
GitHub Action
2024-02-11 11:40:17 +00:00
parent ffabf098c0
commit 9ee5c89f64
10 changed files with 12 additions and 12 deletions

View File

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