Skip to content

Commit

Permalink
update version number in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 20, 2024
1 parent c45aa9a commit 4fad74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@ repositories {
mavenCentral()
}
dependencies {
compile 'com.maxmind.geoip2:geoip2:4.2.0'
compile 'com.maxmind.geoip2:geoip2:4.2.1'
}
```

Expand Down

0 comments on commit 4fad74d

Please sign in to comment.