mirror of
https://gitlab.com/Nanolx/smashbroshaxer.git
synced 2024-11-21 16:59:15 +01:00
3.0.1
This commit is contained in:
parent
cd55ed8040
commit
f16e8daebd
@ -40,6 +40,10 @@ Usage (non-interactive mode):
|
||||
ChangeLog:
|
||||
================
|
||||
|
||||
3.0.1 (20160725):
|
||||
* improved readme
|
||||
* improved UI strings
|
||||
|
||||
3.0 (20160724):
|
||||
* switch to channel 6 (should do stuff faster)
|
||||
* reset wifi interface after work is done (brings back interwebs)
|
||||
|
@ -3,8 +3,8 @@
|
||||
basedir=$(readlink -m "${BASH_SOURCE[0]}")
|
||||
basedir=$(dirname ${basedir})
|
||||
|
||||
reldate="2016/07/24"
|
||||
version="3.0"
|
||||
reldate="2016/07/25"
|
||||
version="3.0.1"
|
||||
|
||||
if [[ $(uname -m) == "x86_64" ]]; then
|
||||
YAD=${basedir}/bin/yad.64
|
||||
|
Loading…
Reference in New Issue
Block a user