diff --git a/core/phpspider.php b/core/phpspider.php index 85ce4b1..f6516aa 100644 --- a/core/phpspider.php +++ b/core/phpspider.php @@ -47,7 +47,7 @@ class phpspider * 版本号 * @var string */ - const VERSION = '2.0.6'; + const VERSION = '2.0.7'; /** * 爬虫爬取每个网页的时间间隔,0表示不延时, 单位: 毫秒 diff --git a/core/selector.php b/core/selector.php index c319c0a..6a8b9e6 100644 --- a/core/selector.php +++ b/core/selector.php @@ -26,7 +26,7 @@ class selector * 版本号 * @var string */ - const VERSION = '1.0.0'; + const VERSION = '1.0.2'; public static $dom = null; public static $dom_auth = array('xpath'=>'', 'css'=>''); public static $xpath = null;