Skip to content

Commit 46dcf38

Browse files
committed
Preparing for 4.1.0
1 parent 20d684c commit 46dcf38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>4.0.0</version>
19+
<version>4.1.0</version>
2020
</dependency>
2121
```
2222

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.maxmind.minfraud</groupId>
66
<artifactId>minfraud</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.1.0</version>
88
<name>MaxMind minFraud API</name>
99
<description>MaxMind minFraud Score, Insights, Factors and Report Transaction API</description>
1010
<url>http://dev.maxmind.com/minfraud</url>
@@ -270,7 +270,7 @@
270270
<properties>
271271
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
272272
<!-- Baseline version for API compatibility checking. Update after each release. -->
273-
<japicmp.baselineVersion>4.0.0</japicmp.baselineVersion>
273+
<japicmp.baselineVersion>4.1.0</japicmp.baselineVersion>
274274
</properties>
275275

276276
<distributionManagement>

0 commit comments

Comments
 (0)