Skip to content

Commit

Permalink
v20220515
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed May 17, 2022
1 parent 278f8f3 commit 3747d64
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ nami install brook

[iOS & M1 Mac](https://apps.apple.com/us/app/brook-a-cross-platform-proxy/id1216002642)
[Android](https://github.com/txthinking/brook/releases/latest/download/Brook.apk)
[Google Play](https://play.google.com/store/apps/details?id=com.soulsinger)(No difference from Brook.apk)
[macOS](https://github.com/txthinking/brook/releases/latest/download/Brook.dmg)
[Windows](https://github.com/txthinking/brook/releases/latest/download/Brook.exe)
[OpenWrt](#gui-for-official-openwrt)
Expand Down
1 change: 1 addition & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ nami install brook

[iOS & M1 Mac](https://apps.apple.com/us/app/brook-a-cross-platform-proxy/id1216002642)
[Android](https://github.com/txthinking/brook/releases/latest/download/Brook.apk)
[Google Play](https://play.google.com/store/apps/details?id=com.soulsinger)(与 Brook.apk 没有区别)
[macOS](https://github.com/txthinking/brook/releases/latest/download/Brook.dmg)
[Windows](https://github.com/txthinking/brook/releases/latest/download/Brook.exe)
[OpenWrt](#官网原版-openwrt-图形客户端)
Expand Down
2 changes: 1 addition & 1 deletion cli/brook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var debugAddress string
func main() {
app := cli.NewApp()
app.Name = "Brook"
app.Version = "20220501"
app.Version = "20220515"
app.Usage = "A cross-platform network tool designed for developers"
app.Authors = []*cli.Author{
{
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ <h3><a name="install-brook-gui-client" class="anchor" href="#install-brook-gui-c

<p><a href="https://apps.apple.com/us/app/brook-a-cross-platform-proxy/id1216002642" rel="nofollow">iOS &amp; M1 Mac</a>
<a href="https://github.com/txthinking/brook/releases/latest/download/Brook.apk" rel="nofollow">Android</a>
<a href="https://play.google.com/store/apps/details?id=com.soulsinger" rel="nofollow">Google Play</a>(No difference from Brook.apk)
<a href="https://github.com/txthinking/brook/releases/latest/download/Brook.dmg" rel="nofollow">macOS</a>
<a href="https://github.com/txthinking/brook/releases/latest/download/Brook.exe" rel="nofollow">Windows</a>
<a href="#gui-for-official-openwrt" rel="nofollow">OpenWrt</a>
Expand Down
1 change: 1 addition & 0 deletions docs/index_zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ <h3><a name="安装-brook-图形客户端" class="anchor" href="#%E5%AE%89%E8%A3

<p><a href="https://apps.apple.com/us/app/brook-a-cross-platform-proxy/id1216002642" rel="nofollow">iOS &amp; M1 Mac</a>
<a href="https://github.com/txthinking/brook/releases/latest/download/Brook.apk" rel="nofollow">Android</a>
<a href="https://play.google.com/store/apps/details?id=com.soulsinger" rel="nofollow">Google Play</a>(与 Brook.apk 没有区别)
<a href="https://github.com/txthinking/brook/releases/latest/download/Brook.dmg" rel="nofollow">macOS</a>
<a href="https://github.com/txthinking/brook/releases/latest/download/Brook.exe" rel="nofollow">Windows</a>
<a href="#%E5%AE%98%E7%BD%91%E5%8E%9F%E7%89%88-openwrt-%E5%9B%BE%E5%BD%A2%E5%AE%A2%E6%88%B7%E7%AB%AF" rel="nofollow">OpenWrt</a>
Expand Down
2 changes: 1 addition & 1 deletion ping/ping.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20220501",
"version": "20220515",
"text": "How the Brook GUI works ->",
"link": "https://talks.txthinking.com/articles/brook-en.article"
}

0 comments on commit 3747d64

Please sign in to comment.