Skip to content

Commit 5748dc5

Browse files
committed
release 0.29
1 parent 776453b commit 5748dc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Maven:
2121
<dependency>
2222
<groupId>io.lindstrom</groupId>
2323
<artifactId>m3u8-parser</artifactId>
24-
<version>0.28</version>
24+
<version>0.29</version>
2525
</dependency>
2626
```
2727
Gradle:
2828
```
29-
implementation 'io.lindstrom:m3u8-parser:0.28'
29+
implementation 'io.lindstrom:m3u8-parser:0.29'
3030
```
3131

3232
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.lindstrom'
2-
version '0.28'
2+
version '0.29'
33

44
apply plugin: 'idea'
55
apply plugin: 'java'

0 commit comments

Comments
 (0)