Skip to content

Commit

Permalink
release (0.27)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlanton committed Oct 30, 2023
1 parent b61dbd0 commit ab1e47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26</version>
<version>0.27</version>
</dependency>
```
Gradle:
```
implementation 'io.lindstrom:m3u8-parser:0.26'
implementation 'io.lindstrom:m3u8-parser:0.27'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'io.lindstrom'
version '0.26'
version '0.27'

apply plugin: 'idea'
apply plugin: 'java'
Expand Down

0 comments on commit ab1e47f

Please sign in to comment.