diff --git a/README.md b/README.md index 526fd08..518c68a 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Run tests: `bats tests` - [x] Adjust wifi icon according to strength - [x] Ethernet support - [x] VPN list +- [x] Travis CI build - [ ] Connect WiFi AP using Applescript - [ ] Sort APs (improve!) - [ ] Filter APs on-the-fly, but only scan once - [ ] Use optional parameters for unit tests - [ ] Bluetooth list - [ ] DNS switcher using `networksetup -setdnsservers` -- [ ] Travis CI build ## Credits diff --git a/current_version.json b/current_version.json new file mode 100644 index 0000000..a008a04 --- /dev/null +++ b/current_version.json @@ -0,0 +1,5 @@ +{ + "version": 1.0, + "download_url": "https://github.com/mrodalgaard/alfred-network-workflow/releases/download/1.0/Network.alfredworkflow", + "description": "Alfred workflow that can show and change your network settings." +}