Skip to content

Commit 74cca3a

Browse files
authored
docs: update README.md
1 parent 4d81d32 commit 74cca3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ Inspired by [Python library](https://github.com/jdepoix/youtube-transcript-api).
4444
<dependency>
4545
<groupId>io.github.thoroldvix</groupId>
4646
<artifactId>youtube-transcript-api</artifactId>
47-
<version>0.3.6</version>
47+
<version>0.4.0</version>
4848
</dependency>
4949
```
5050

5151
### Gradle
5252

5353
```groovy
54-
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.6'
54+
implementation 'io.github.thoroldvix:youtube-transcript-api:0.4.0'
5555
```
5656

5757
### Gradle (kts)
5858

5959
```kotlin
60-
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.6")
60+
implementation("io.github.thoroldvix:youtube-transcript-api:0.4.0")
6161
```
6262

6363
## ❗ IMPORTANT ❗

0 commit comments

Comments
 (0)