Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monque committed Sep 3, 2016
1 parent 12d9a4e commit 17d2cd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features:

1. You can download a executable [Phar](http://php.net/manual/en/book.phar.php) file
```
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.0/phpmig.phar
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.1/phpmig.phar
```

2. Use the following command to check PHP file
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

1. 你可以通过下面命令下载一个封装好的可执行的[Phar](http://php.net/manual/zh/book.phar.php)文件
```
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.0/phpmig.phar
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.1/phpmig.phar
```

2. 执行下面命令,将会对该文件进行检查,并输出报告
Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class App
{
const VERSION = '0.2.0';
const VERSION = '0.2.1';

protected $setpath;

Expand Down

0 comments on commit 17d2cd7

Please sign in to comment.