Skip to content

Commit 313b570

Browse files
authored
docs: update README.md
1 parent cd15ef2 commit 313b570

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
@@ -43,20 +43,20 @@ Inspired by [Python library](https://github.com/jdepoix/youtube-transcript-api).
4343
<dependency>
4444
<groupId>io.github.thoroldvix</groupId>
4545
<artifactId>youtube-transcript-api</artifactId>
46-
<version>0.3.1</version>
46+
<version>0.3.2</version>
4747
</dependency>
4848
```
4949

5050
### Gradle
5151

5252
```groovy
53-
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.1'
53+
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.2'
5454
```
5555

5656
### Gradle (kts)
5757

5858
```kotlin
59-
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.1")
59+
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.2")
6060
```
6161

6262
## 🔰 Getting Started

0 commit comments

Comments
 (0)