Skip to content

Commit d4abce3

Browse files
committed
Merge pull request #11 from mattak/support-v3.2
Support v3.2
2 parents 8976184 + 4863636 commit d4abce3

17 files changed

+12116
-1947
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Currently only #decode, #encode, #getZoneByLocation and #getZoneByCode methods a
2424
Gradle:
2525

2626
```
27-
compile 'org.geohex.geohex4j:geohex4j:3.0.0'
27+
compile 'org.geohex.geohex4j:geohex4j:3.2.0'
2828
```
2929

3030
or simply copy org.geohex.geohex4j.GeoHex.java into your app.

pom.xml

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

55
<groupId>org.geohex.geohex4j</groupId>
66
<artifactId>geohex4j</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.2.0</version>
88
<packaging>jar</packaging>
99

1010
<name>geohex4j</name>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>junit</groupId>
5050
<artifactId>junit</artifactId>
51-
<version>3.8.1</version>
51+
<version>4.11</version>
5252
<scope>test</scope>
5353
</dependency>
5454
</dependencies>

0 commit comments

Comments
 (0)