Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
修正(跳過) 壓縮格式無法取得字元長度的臭蟲
  • Loading branch information
abola committed Mar 25, 2016
1 parent 49400de commit 8a11f49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ To add a dependency on CrawlerPack using Maven, use the following:
<dependency>
<groupId>com.github.abola</groupId>
<artifactId>crawler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
To add a dependency using Gradle:
```
dependencies {
compile 'com.github.abola:crawler:1.0.2'
compile 'com.github.abola:crawler:1.0.3'
}
```

Expand Down Expand Up @@ -131,6 +131,9 @@ CrawlerPack.start()
* 給點建議如何 https://github.com/abola/CrawlerPack/issues/new

## Change log
#### 1.0.3
* 修正(跳過) 壓縮格式無法取得字元長度的臭蟲

#### 1.0.2
* 修正抓取含路徑的打包檔時會出現 NullPointerException 問題
* 修正自動編碼偵測造成資料清空的bug
Expand Down

0 comments on commit 8a11f49

Please sign in to comment.