Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sealedtx committed Oct 28, 2020
1 parent 86bef0f commit 1ad2d3d
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 @@ -163,7 +163,7 @@ Include
<dependency>
<groupId>com.github.sealedtx</groupId>
<artifactId>java-youtube-downloader</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</dependency>
```

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

<name>Java youtube video and audio downloader</name>
<description>Easy download youtube videos and audio with java</description>
Expand Down

0 comments on commit 1ad2d3d

Please sign in to comment.