Skip to content

Commit

Permalink
20200502
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed May 1, 2020
1 parent fe8e9a8 commit 0896176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

---

**v20200501**
**v20200502**

* CLI: Add `$ brook dns`
* CLI: Add `$ brook pac`
Expand Down Expand Up @@ -80,7 +80,7 @@ install GUI on macOS
brew cask install brook
```

**or download GUI: [macOS](https://github.com/txthinking/brook/releases/download/v20200501/Brook.pkg), [Windows](https://github.com/txthinking/brook/releases/download/v20200501/Brook.msi), [Android](https://github.com/txthinking/brook/releases/download/v20200501/Brook.apk), [iOS](https://apps.apple.com/us/app/brook-a-cross-platform-proxy/id1216002642)**
**or download GUI: [macOS](https://github.com/txthinking/brook/releases/download/v20200502/Brook.pkg), [Windows](https://github.com/txthinking/brook/releases/download/v20200502/Brook.msi), [Android](https://github.com/txthinking/brook/releases/download/v20200502/Brook.apk), [iOS](https://apps.apple.com/us/app/brook-a-cross-platform-proxy/id1216002642)**

> CLI contains server and client, GUI only contains client. iOS client only supports non-China AppStore.
Expand All @@ -94,7 +94,7 @@ USAGE:
brook [global options] command [command options] [arguments...]
VERSION:
20200501
20200502
AUTHOR:
Cloud <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cli/brook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var debugAddress string
func main() {
app := cli.NewApp()
app.Name = "Brook"
app.Version = "20200501"
app.Version = "20200502"
app.Usage = "A Cross-Platform Proxy/VPN Software"
app.Authors = []*cli.Author{
{
Expand Down

0 comments on commit 0896176

Please sign in to comment.