From 55d49c01fde97b06e7ed288657b1eab851d03c86 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 5 Dec 2023 09:59:20 -0800 Subject: [PATCH] update version number in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a384982..efb17c16 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.db maxmind-db - 3.0.0 + 3.1.0 ``` @@ -29,7 +29,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.maxmind.db:maxmind-db:3.0.0' + compile 'com.maxmind.db:maxmind-db:3.1.0' } ```