Skip to content

Commit

Permalink
chore(version): bump to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 10, 2025
1 parent 429cf5c commit 1cf4f57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
==========

Version 1.9.0
-------------

## Dependencies:

- srt 1.5.4
- openssl 3.0.9

Version 1.8.5
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Get srtdroid latest artifacts on MavenCentral.

```gradle
dependencies {
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.8.5'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.9.0'
// If you use Kotlin Coroutines, you can use srtdroid-ktx
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.8.5'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.9.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "io.github.thibaultbee.srtdroid"
version = "1.8.5"
version = "1.9.0"
}

subprojects {
Expand Down

0 comments on commit 1cf4f57

Please sign in to comment.