Skip to content

Commit e12b090

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 563e961 + 82112f0 commit e12b090

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

API/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.0.0-Release</version>
8+
<version>1.0.1-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>API</artifactId>

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.0.0-Release</version>
8+
<version>1.0.1-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<parent>
4242
<artifactId>TikTokLiveJava</artifactId>
4343
<groupId>io.github.jwdeveloper.tiktok</groupId>
44-
<version>1.0.0-Release</version>
44+
<version>1.0.1-Release</version>
4545
</parent>
4646

4747
<modelVersion>4.0.0</modelVersion>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Do you prefer other programming languages?
8181
<dependency>
8282
<groupId>com.github.jwdeveloper.TikTok-Live-Java</groupId>
8383
<artifactId>Client</artifactId>
84-
<version>1.0.0-Release</version>
84+
<version>1.0.1-Release</version>
8585
<scope>compile</scope>
8686
</dependency>
8787
</dependencies>

Tools-EventsCollector/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.0.0-Release</version>
8+
<version>1.0.1-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Tools-EventsWebViewer/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.0.0-Release</version>
8+
<version>1.0.1-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>Tools-EventsWebViewer</artifactId>

Tools-ReadmeGenerator/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.0.0-Release</version>
8+
<version>1.0.1-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Tools/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.0.0-Release</version>
8+
<version>1.0.1-Release</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.0.0-Release</version>
10+
<version>1.0.1-Release</version>
1111
<modules>
1212
<module>API</module>
1313
<module>Client</module>

0 commit comments

Comments
 (0)