Updated pom.xml and README for 1.0.5
diff --git a/README b/README
index a76ec82..f9f4bad 100644
--- a/README
+++ b/README
@@ -37,6 +37,13 @@
 Last important changes
 ----------------------
 
+Version 1.0.5
+-------------
+
+-   Added next(), next(step) and prev() methods to Geohash.
+-   Added fromBase32() and toBase32() to TwoGeoHashBoundingBox.
+-   Cleaned up the entire source tree using clearly defined settings.
+
 Version 1.0.4
 -------------
 
diff --git a/pom.xml b/pom.xml
index 6fbfe5f..df28af4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<groupId>ch.hsr</groupId>
 	<artifactId>ch.hsr.geohash</artifactId>
 	<packaging>jar</packaging>
-	<version>1.0.4</version>
+	<version>1.0.5</version>
 	<name>geohash-java</name>
 	<dependencies>
 		<dependency>