Skip to content

Commit 37accd9

Browse files
committed
chore(version): bump to 1.9.1
1 parent 10fd345 commit 37accd9

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
==========
33

4+
5+
Version 1.9.1
6+
-------------
7+
8+
## Dependencies:
9+
10+
- srt 1.5.4
11+
- openssl 3.0.9
12+
13+
## Bug fixes:
14+
15+
- Fix the exception when `CoroutineSrtSocket` is closed during a connection
16+
417
Version 1.9.0
518
-------------
619

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Get srtdroid latest artifacts on MavenCentral.
1616

1717
```gradle
1818
dependencies {
19-
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.9.0'
19+
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.9.1'
2020
// If you use Kotlin Coroutines, you can use srtdroid-ktx
21-
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.9.0'
21+
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.9.1'
2222
}
2323
```
2424

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
allprojects {
1414
group = "io.github.thibaultbee.srtdroid"
15-
version = "1.9.0"
15+
version = "1.9.1"
1616
}
1717

1818
subprojects {

0 commit comments

Comments
 (0)