diff --git a/README.md b/README.md index 79a8142..e0ee7e4 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ The module was inspired from Maurice Sways "[node-wifiscanner](https://github.co had to handle much more complex network environments and also wanted to be independent of the operating system language. The adaptions needed would have been too comprehensive for a pull request so I decided to write an own module. -**The module is currently in BETA testing, changes in functionality and interface are possible. Please report bugs on the projects GitHub page, Thanks!** - ## Operating Systems It was tested with the following operating systems: @@ -57,6 +55,7 @@ The module uses command line tools for gathering the network information: * netsh on Windows: `netsh wlan show networks mode=Bssid` * iwlist on Linux: `iwlist scan` + Unfortunately, Mac OS-X and Windows use the system language for the output which requires a quite generic way of parsing the data. If you experience any troubles, please create a GitHub issue and supply the output of the tool. diff --git a/package.json b/package.json index 5449527..c6b627b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-wifi-scanner", - "version": "0.1.0", + "version": "1.0.0", "description": "node.js module for WiFi network detection", "main": "index.js", "keywords": [