diff --git a/README.rst b/README.rst index 2265085..5689d1a 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ variable if you choose the latter):: Alternatively you can also just download the latest release:: - wget https://github.com/steinwurf/adb-join-wifi/releases/download/1.0.0/adb-join-wifi.apk + wget https://github.com/steinwurf/adb-join-wifi/releases/download/1.0.1/adb-join-wifi.apk install the app:: diff --git a/app/build.gradle b/app/build.gradle index 8f9e044..986237b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 16 targetSdkVersion 28 versionCode 1 - versionName "1.0.0" + versionName "1.0.1" } buildTypes { release {