Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Upgrade to 1.1
  • Loading branch information
abola authored Dec 9, 2016
1 parent f18dc07 commit e0befe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ To add a dependency on CrawlerPack using Maven, use the following:
<dependency>
<groupId>com.github.abola</groupId>
<artifactId>crawler</artifactId>
<version>1.0.3-1</version>
<version>1.1</version>
</dependency>
```
To add a dependency using Gradle:
```gradle
dependencies {
compile 'com.github.abola:crawler:1.0.3-1'
compile 'com.github.abola:crawler:1.1'
}
```

Expand Down

0 comments on commit e0befe8

Please sign in to comment.