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 19, 2024
1 parent 94fe517 commit 6cc8723
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 @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
<dependency>
<groupId>com.maxmind.db</groupId>
<artifactId>maxmind-db</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
```

Expand All @@ -29,7 +29,7 @@ repositories {
mavenCentral()
}
dependencies {
compile 'com.maxmind.db:maxmind-db:3.1.0'
compile 'com.maxmind.db:maxmind-db:3.1.1'
}
```

Expand Down

0 comments on commit 6cc8723

Please sign in to comment.