diff --git a/extrapolate.cabal b/extrapolate.cabal
--- a/extrapolate.cabal
+++ b/extrapolate.cabal
@@ -1,5 +1,5 @@
 name:                extrapolate
-version:             0.3.0
+version:             0.3.1
 synopsis:            generalize counter-examples of test properties
 description:
   Extrapolate is a tool able to provide generalized counter-examples of test
@@ -26,12 +26,12 @@
 
 source-repository head
   type:            git
-  location:        https://github.com/rudymatela/speculate
+  location:        https://github.com/rudymatela/extrapolate
 
 source-repository this
   type:            git
-  location:        https://github.com/rudymatela/speculate
-  tag:             v0.3.0
+  location:        https://github.com/rudymatela/extrapolate
+  tag:             v0.3.1
 
 library
   exposed-modules: Test.Extrapolate
