Skip to content

Commit 97599b3

Browse files
authored
Update README.md
1 parent e02b9fd commit 97599b3

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
@@ -41,20 +41,20 @@ Inspired by [Python library](https://github.com/jdepoix/youtube-transcript-api).
4141
<dependency>
4242
<groupId>io.github.thoroldvix</groupId>
4343
<artifactId>youtube-transcript-api</artifactId>
44-
<version>0.3.3</version>
44+
<version>0.3.4</version>
4545
</dependency>
4646
```
4747

4848
### Gradle
4949

5050
```groovy
51-
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.3'
51+
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.4'
5252
```
5353

5454
### Gradle (kts)
5555

5656
```kotlin
57-
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.3")
57+
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.4")
5858
```
5959

6060
## 🔰 Getting Started

0 commit comments

Comments
 (0)