diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d1998103..fbb68289f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/README.md b/README.md index fef857298..1f4c7459d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ NewPipe ------- -version 0.3 - NewPipe is a lightweight youtube frontend for android. It's supposed to be used without the youtube-api and without any google play services. NewPipe only parses the youtube website in order to gain the information it needs. diff --git a/app/build.gradle b/app/build.gradle index 10ab98a51..98cea98df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.schabi.newpipe" minSdkVersion 16 targetSdkVersion 22 - versionCode 1 - versionName "0.3" + versionCode 2 + versionName "0.3.5" } buildTypes { release {