Skip to content

Commit

Permalink
修正数据库类bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddyuchina committed Apr 27, 2017
1 parent b52251d commit 8ec7a3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/chs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [版本 1.0.3](https://github.com/kiddyuchina/Beanbun/releases/tag/1.0.3) (2017-4-27)

- 修改数据库类bug

## [版本 1.0.2](https://github.com/kiddyuchina/Beanbun/releases/tag/1.0.2) (2017-4-27)

- 内存队列增加布隆过滤器算法记录已爬取网页,并默认使用布隆过滤器
Expand Down
2 changes: 1 addition & 1 deletion src/Beanbun.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Beanbun
{
const VERSION = '1.0.2';
const VERSION = '1.0.3';

public $id = null;
public $name = null;
Expand Down

0 comments on commit 8ec7a3e

Please sign in to comment.