Skip to content

Commit e42a6cf

Browse files
committed
update version number in README.md
1 parent 2ae5290 commit e42a6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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>3.3.0</version>
19+
<version>3.4.0</version>
2020
</dependency>
2121
```
2222

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

0 commit comments

Comments
 (0)