diff --git a/simple-reflect.cabal b/simple-reflect.cabal
--- a/simple-reflect.cabal
+++ b/simple-reflect.cabal
@@ -1,11 +1,11 @@
 name:                simple-reflect
-version:             0.3
+version:             0.3.1
 homepage:            http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details
 license:             BSD3
 license-file:        LICENSE
 author:              Twan van Laarhoven
 maintainer:          twanvl@gmail.com
-bug-reports:         https://github.com/twanvl/multiset/issues
+bug-reports:         https://github.com/twanvl/simple-reflect/issues
 category:            Debug
 cabal-version:       >= 1.6
 build-type:          Simple
@@ -19,7 +19,7 @@
 
 source-repository head
     type:     git
-    location: http://github.com/twanvl/multiset.git
+    location: http://github.com/twanvl/simple-reflect.git
 
 Library
     build-depends:       base >= 2 && < 5
