Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carlanton committed Jun 3, 2024
1 parent abd6fb6 commit 467a61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Maven:
<dependency>
<groupId>io.lindstrom</groupId>
<artifactId>m3u8-parser</artifactId>
<version>0.27</version>
<version>0.28</version>
</dependency>
```
Gradle:
```
implementation 'io.lindstrom:m3u8-parser:0.27'
implementation 'io.lindstrom:m3u8-parser:0.28'
```

## Usage
Expand Down

0 comments on commit 467a61d

Please sign in to comment.