Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoroldvix authored Oct 10, 2024
1 parent dadabe2 commit 849db74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ Inspired by [Python library](https://github.com/jdepoix/youtube-transcript-api).
<dependency>
<groupId>io.github.thoroldvix</groupId>
<artifactId>youtube-transcript-api</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
</dependency>
```

### Gradle

```groovy
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.5'
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.6'
```

### Gradle (kts)

```kotlin
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.5")
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.6")
```

## 🔰 Getting Started
Expand Down

0 comments on commit 849db74

Please sign in to comment.