Skip to content

Commit 838728d

Browse files
committed
Update version in pom!
1 parent fd61584 commit 838728d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>TikTokLiveJava</artifactId>
77
<groupId>io.github.jwdeveloper.tiktok</groupId>
8-
<version>1.8.9-Release</version>
8+
<version>1.8.8-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

extension-collector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.jwdeveloper.tiktok</groupId>
88
<artifactId>TikTokLiveJava</artifactId>
9-
<version>1.8.9-Release</version>
9+
<version>1.8.8-Release</version>
1010
</parent>
1111

1212

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.github.jwdeveloper.tiktok</groupId>
3535
<artifactId>API</artifactId>
36-
<version>1.8.9-Release</version>
36+
<version>1.8.8-Release</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
</dependencies>

extension-recorder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>TikTokLiveJava</artifactId>
77
<groupId>io.github.jwdeveloper.tiktok</groupId>
8-
<version>1.8.9-Release</version>
8+
<version>1.8.8-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>extension-recorder</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.jwdeveloper.tiktok</groupId>
88
<artifactId>TikTokLiveJava</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.8.9-Release</version>
10+
<version>1.8.8-Release</version>
1111
<modules>
1212
<module>API</module>
1313
<module>Client</module>

tools-readme/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>TikTokLiveJava</artifactId>
77
<groupId>io.github.jwdeveloper.tiktok</groupId>
8-
<version>1.8.9-Release</version>
8+
<version>1.8.8-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)