Skip to content

Commit

Permalink
Bump v0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: huangzhhui <[email protected]>
  • Loading branch information
huangzhhui committed Jul 1, 2022
1 parent 6d3daf6 commit be0083b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please notice that box **ONLY** supports for **Swow**, but **NOT** Swoole, so yo
##### Mac

```base
wget https://github.com/hyperf/box/releases/download/v0.0.2/box_php8.1_x86_64_macos -O box
wget https://github.com/hyperf/box/releases/download/v0.0.3/box_php8.1_x86_64_macos -O box
sudo mv ./box /usr/local/bin/box
sudo chmod 755 /usr/local/bin/box
// Make sure /usr/local/bin/box in your $PATH env, or put `box` into any path in $PATH env that you want
Expand All @@ -25,7 +25,7 @@ sudo chmod 755 /usr/local/bin/box
##### Linux

```base
wget https://github.com/hyperf/box/releases/download/v0.0.2/box_php8.1_x86_64_linux -O box
wget https://github.com/hyperf/box/releases/download/v0.0.3/box_php8.1_x86_64_linux -O box
sudo mv ./box /usr/local/bin/box
sudo chmod 755 /usr/local/bin/box
// Make sure /usr/local/bin/box in your $PATH env, or put `box` into any path in $PATH env that you want
Expand Down
22 changes: 0 additions & 22 deletions src/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/Box.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

class Box
{
public const VERSION = '0.0.2';
public const VERSION = '0.0.3';
}

0 comments on commit be0083b

Please sign in to comment.