Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sealedtx committed Jan 4, 2021
1 parent 4a2a8a0 commit 33cc04b
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 @@ -155,7 +155,7 @@ Include
<dependency>
<groupId>com.github.sealedtx</groupId>
<artifactId>java-youtube-downloader</artifactId>
<version>2.4.5</version>
<version>2.4.6</version>
</dependency>
```

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

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

0 comments on commit 33cc04b

Please sign in to comment.