Skip to content

Commit 5fd8e0c

Browse files
committed
update version number in README.md
1 parent 2f667e6 commit 5fd8e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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.db</groupId>
1818
<artifactId>maxmind-db</artifactId>
19-
<version>1.2.1</version>
19+
<version>1.2.2</version>
2020
</dependency>
2121
```
2222

@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'ccom.maxmind.db:maxmind-db:1.2.1'
32+
compile 'ccom.maxmind.db:maxmind-db:1.2.2'
3333
}
3434
```
3535

0 commit comments

Comments
 (0)