Skip to content

Commit

Permalink
update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Feb 19, 2019
1 parent 2d5898e commit 91763d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0.0"
versionName "1.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 91763d1

Please sign in to comment.