File tree 2 files changed +4
-4
lines changed 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).
43
43
<dependency >
44
44
<groupId >io.github.thoroldvix</groupId >
45
45
<artifactId >youtube-transcript-api</artifactId >
46
- <version >0.3.0 </version >
46
+ <version >0.3.1 </version >
47
47
</dependency >
48
48
```
49
49
50
50
### Gradle
51
51
52
52
``` groovy
53
- implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.0 '
53
+ implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.1 '
54
54
```
55
55
56
56
### Gradle (kts)
57
57
58
58
``` kotlin
59
- implementation(" io.github.thoroldvix:youtube-transcript-api:0.3.0 " )
59
+ implementation(" io.github.thoroldvix:youtube-transcript-api:0.3.1 " )
60
60
```
61
61
62
62
## 🔰 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