Skip to content

Commit d1f443e

Browse files
committed
Updated pom.xml and README for 1.0.5
1 parent 5eb7303 commit d1f443e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Current development involves getting the following things to run:
3737
Last important changes
3838
----------------------
3939

40+
Version 1.0.5
41+
-------------
42+
43+
- Added next(), next(step) and prev() methods to Geohash.
44+
- Added fromBase32() and toBase32() to TwoGeoHashBoundingBox.
45+
- Cleaned up the entire source tree using clearly defined settings.
46+
4047
Version 1.0.4
4148
-------------
4249

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ch.hsr</groupId>
55
<artifactId>ch.hsr.geohash</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.4</version>
7+
<version>1.0.5</version>
88
<name>geohash-java</name>
99
<dependencies>
1010
<dependency>

0 commit comments

Comments
 (0)