diff --git a/wkt-geom.cabal b/wkt-geom.cabal
--- a/wkt-geom.cabal
+++ b/wkt-geom.cabal
@@ -1,5 +1,5 @@
 name:                wkt-geom
-version:             0.0.3
+version:             0.0.4
 synopsis:            A parser of WKT, WKB and eWKB.
 description:         Well Known Text (WKT), Well Known Binary and the Postgresql extension Extended Well Know Binary (eWKB) are vector geometry representations.
                      .
@@ -40,7 +40,7 @@
                      , binary           >= 0.8
                      , bytestring       >= 0.10
                      , containers       >= 0.5.10.1
-                     , geojson          >= 3.0.2
+                     , geojson          >= 3.0.3
                      , scientific       >= 0.3.6
                      , trifecta         >= 1.7
                      , utf8-string      >= 1
@@ -70,7 +70,7 @@
                      , ansi-wl-pprint  >= 0.6
                      , bytestring      >= 0.10
                      , containers      >= 0.5.10.1
-                     , geojson         >= 3.0.2
+                     , geojson         >= 3.0.3
                      , hspec
                      , lens
                      , QuickCheck
@@ -87,5 +87,5 @@
 
 source-repository this
   type:     git
-  location: https://github.com/indicatrix/hs-geojson.git
-  tag:      0.0.3
+  location: https://github.com/indicatrix/wkt-geom.git
+  tag:      0.0.4
