File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.0 </version >
46+ <version >0.3.1 </version >
4747</dependency >
4848```
4949
5050### Gradle
5151
5252``` groovy
53- implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.0 '
53+ implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.1 '
5454```
5555
5656### Gradle (kts)
5757
5858``` kotlin
59- implementation(" io.github.thoroldvix:youtube-transcript-api:0.3.0 " )
59+ implementation(" io.github.thoroldvix:youtube-transcript-api:0.3.1 " )
6060```
6161
6262## 🔰 Getting Started
Original file line number Diff line number Diff line change 1- version =0.3.1 -SNAPSHOT
1+ version =0.3.2 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments