Skip to content

Commit 17d2cd7

Browse files
committed
bump version
1 parent 12d9a4e commit 17d2cd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Features:
3333

3434
1. You can download a executable [Phar](http://php.net/manual/en/book.phar.php) file
3535
```
36-
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.0/phpmig.phar
36+
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.1/phpmig.phar
3737
```
3838
3939
2. Use the following command to check PHP file

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
1. 你可以通过下面命令下载一个封装好的可执行的[Phar](http://php.net/manual/zh/book.phar.php)文件
3232
```
33-
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.0/phpmig.phar
33+
wget https://github.com/monque/PHP-Migration/releases/download/v0.2.1/phpmig.phar
3434
```
3535
3636
2. 执行下面命令,将会对该文件进行检查,并输出报告

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class App
1515
{
16-
const VERSION = '0.2.0';
16+
const VERSION = '0.2.1';
1717

1818
protected $setpath;
1919

0 commit comments

Comments
 (0)