Skip to content

Commit 849db74

Browse files
authored
chore: bump version
1 parent dadabe2 commit 849db74

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.5</version>
44+
<version>0.3.6</version>
4545
</dependency>
4646
```
4747

4848
### Gradle
4949

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

5454
### Gradle (kts)
5555

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

6060
## 🔰 Getting Started

0 commit comments

Comments
 (0)