From 2341938b762005230fef8199c478d462f6f9cfc7 Mon Sep 17 00:00:00 2001 From: garywill Date: Wed, 20 Jan 2021 13:10:02 +0800 Subject: [PATCH] 0.6.0 --- README.md | 6 ++++-- lnxrouter | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dc56a7..b4f87af 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,8 @@ Options: No? Okay, or just give me a star! -## Thanks +## For developers -Many thanks to project [create_ap](https://github.com/oblique/create_ap). +**Many thanks to project [create_ap](https://github.com/oblique/create_ap)**. + +This script was forked from create\_ap. Now it's quite different from it. (See `history` branch for how I modified create_ap) diff --git a/lnxrouter b/lnxrouter index e8898d2..bec9171 100755 --- a/lnxrouter +++ b/lnxrouter @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.5.4 +VERSION=0.6.0 PROGNAME="$(basename $0)" export LC_ALL=C