From 350eed6214b93255d788dfa208b1e9a5e5da91e6 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Fri, 16 Oct 2020 22:03:57 +0200 Subject: [PATCH] Release v0.20.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec48cef8..36e2f7b5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ NewPipe Extractor is available at JitPack's Maven repo. If you're using Gradle, you could add NewPipe Extractor as a dependency with the following steps: 1. Add `maven { url 'https://jitpack.io' }` to the `repositories` in your `build.gradle`. -2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.0'`the `dependencies` in your `build.gradle`. Replace `v0.20.0` with the latest release. +2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.1'`the `dependencies` in your `build.gradle`. Replace `v0.20.1` with the latest release. ### Testing changes diff --git a/build.gradle b/build.gradle index 3d579cfb..f9d80df1 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ allprojects { sourceCompatibility = 1.7 targetCompatibility = 1.7 - version 'v0.20.0' + version 'v0.20.1' group 'com.github.TeamNewPipe' repositories {