Raised version and added notes to README.
diff --git a/README b/README
index 89c57ab..a76ec82 100644
--- a/README
+++ b/README
@@ -37,6 +37,12 @@
 Last important changes
 ----------------------
 
+Version 1.0.4
+-------------
+
+-   Added/fixed the methods toBinaryString() and Geohash.fromBinaryString() that can encode and decode a geohash into a simple String of 0s and 1s.
+-   Also added test code for those methods.
+
 Version 1.0.3
 -------------
 
diff --git a/pom.xml b/pom.xml
index 8fb3860..6fbfe5f 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.3</version>
+	<version>1.0.4</version>
 	<name>geohash-java</name>
 	<dependencies>
 		<dependency>