We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776453b commit 5748dc5Copy full SHA for 5748dc5
2 files changed
README.md
@@ -21,12 +21,12 @@ Maven:
21
<dependency>
22
<groupId>io.lindstrom</groupId>
23
<artifactId>m3u8-parser</artifactId>
24
- <version>0.28</version>
+ <version>0.29</version>
25
</dependency>
26
```
27
Gradle:
28
29
-implementation 'io.lindstrom:m3u8-parser:0.28'
+implementation 'io.lindstrom:m3u8-parser:0.29'
30
31
32
## Usage
build.gradle
@@ -1,5 +1,5 @@
1
group 'io.lindstrom'
2
-version '0.28'
+version '0.29'
3
4
apply plugin: 'idea'
5
apply plugin: 'java'
0 commit comments