Skip to content

Commit 66561ad

Browse files
committed
update version number in README.md
1 parent 4d0fce4 commit 66561ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616
<dependency>
1717
<groupId>com.maxmind.minfraud</groupId>
1818
<artifactId>minfraud</artifactId>
19-
<version>1.8.0</version>
19+
<version>1.9.0</version>
2020
</dependency>
2121
```
2222

@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'com.maxmind.minfraud:minfraud:1.8.0'
32+
compile 'com.maxmind.minfraud:minfraud:1.9.0'
3333
}
3434
```
3535

0 commit comments

Comments
 (0)