Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sealedtx committed May 1, 2023
1 parent 2cbeb24 commit a9a4cb8
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.2</version>
<version>3.2.3</version>
</dependency>
```

Expand All @@ -371,7 +371,7 @@ allprojects {
```
```gradle
dependencies {
implementation 'com.github.sealedtx:java-youtube-downloader:3.2.2'
implementation 'com.github.sealedtx:java-youtube-downloader:3.2.3'
}
```
### 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.2</version>
<version>3.2.3</version>

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

0 comments on commit a9a4cb8

Please sign in to comment.