Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sealedtx committed Aug 13, 2024
1 parent 8075d5d commit eed1a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Include
<dependency>
<groupId>com.github.sealedtx</groupId>
<artifactId>java-youtube-downloader</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
</dependency>
```

Expand All @@ -372,7 +372,7 @@ dependencyResolutionManagement {
```
```gradle
dependencies {
implementation 'com.github.sealedtx:java-youtube-downloader:3.2.3'
implementation 'com.github.sealedtx:java-youtube-downloader:3.2.4'
}
```
### Android
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.ikiulian</groupId>
<artifactId>java-youtube-downloader</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>

<name>Java youtube video downloader</name>
<description>Java parser for retrieving youtube video meta info</description>
Expand Down

0 comments on commit eed1a0d

Please sign in to comment.