Skip to content

Commit 57710fa

Browse files
committed
bump version to 0.9.4
1 parent 54c4890 commit 57710fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ To add a dependency on Web-Data-Extractor using Maven, use the following:
2020
<dependency>
2121
<groupId>im.nll.data</groupId>
2222
<artifactId>extractor</artifactId>
23-
<version>0.9.3</version>
23+
<version>0.9.4</version>
2424
</dependency>
2525
```
2626

2727
To add a dependency using Gradle:
2828

2929
```
3030
dependencies {
31-
compile 'im.nll.data:extractor:0.9.3'
31+
compile 'im.nll.data:extractor:0.9.4'
3232
}
3333
```
3434

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>im.nll.data</groupId>
66
<artifactId>extractor</artifactId>
7-
<version>0.9.4-SNAPSHOT</version>
7+
<version>0.9.4</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)