Skip to content

Commit

Permalink
bump version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fivesmallq committed Jan 13, 2016
1 parent 54c4890 commit 57710fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ To add a dependency on Web-Data-Extractor using Maven, use the following:
<dependency>
<groupId>im.nll.data</groupId>
<artifactId>extractor</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>
</dependency>
```

To add a dependency using Gradle:

```
dependencies {
compile 'im.nll.data:extractor:0.9.3'
compile 'im.nll.data:extractor:0.9.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>im.nll.data</groupId>
<artifactId>extractor</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<packaging>jar</packaging>

<name>${project.groupId}-${project.artifactId}</name>
Expand Down

0 comments on commit 57710fa

Please sign in to comment.