Skip to content

Commit 22b7c80

Browse files
committed
fu rtmp
1 parent 2db176b commit 22b7c80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Supported protocols:
2323
Adds the following dependency to your project:
2424

2525
```kotlin
26-
implementation("io.github.thibaultbee.krtmp:rtmp:1.0.0")
26+
implementation("io.github.thibaultbee.krtmp:rtmp:0.9.0")
2727
```
2828

2929
## Usage
@@ -100,7 +100,7 @@ Features:
100100
Adds the following dependencies to your project:
101101

102102
```kotlin
103-
implementation("io.github.thibaultbee.krtmp:flv:1.0.0")
103+
implementation("io.github.thibaultbee.krtmp:flv:0.9.0")
104104
```
105105

106106
## Usage
@@ -159,7 +159,7 @@ details.
159159
Then, adds the following dependencies to your project:
160160

161161
```kotlin
162-
implementation("io.github.thibaultbee.krtmp:amf:1.0.0")
162+
implementation("io.github.thibaultbee.krtmp:amf:0.9.0")
163163
```
164164

165165
## Usage

build.gradle.kts

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

1717
allprojects {
1818
group = "io.github.thibaultbee.krtmp"
19-
version = "1.0.0"
19+
version = "0.9.0"
2020
}
2121

2222
subprojects {

0 commit comments

Comments
 (0)