Skip to content

Commit 60d22d2

Browse files
authored
docs: update README.md
1 parent f79df1e commit 60d22d2

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.1.0</version>
46+
<version>0.2.0</version>
4747
</dependency>
4848
```
4949

5050
### Gradle
5151

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

5656
### Gradle (kts)
5757

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

6262
## 🔰 Getting Started

0 commit comments

Comments
 (0)