diff --git a/MuCheck-QuickCheck.cabal b/MuCheck-QuickCheck.cabal
--- a/MuCheck-QuickCheck.cabal
+++ b/MuCheck-QuickCheck.cabal
@@ -1,5 +1,5 @@
 name:                MuCheck-QuickCheck
-version:             0.3.0.0
+version:             0.3.0.4
 synopsis:            Automated Mutation Testing for QuickCheck tests
 description:         This package contains the test adapter for QuickCheck tests to use it with MuCheck
 homepage:            https://bitbucket.com/osu-testing/mucheck-quickcheck
@@ -19,12 +19,12 @@
 source-repository    this
   type:              git
   location:          https://bitbucket.org/osu-testing/mucheck-quickcheck.git
-  tag:               0.3.0.0
+  tag:               0.3.0.4
 
 executable mucheck-quickcheck
   build-depends:    base >=4 && <5,
                     QuickCheck>=2.6,
-                    MuCheck== 0.3.0.0
+                    MuCheck== 0.3.0.*
   default-language: Haskell2010
   hs-source-dirs:   src
   main-is:          Main.hs
@@ -34,7 +34,7 @@
   exposed-modules:  Test.MuCheck.TestAdapter.QuickCheck
   build-depends:    base >=4 && <5,
                     QuickCheck>=2.6,
-                    MuCheck==0.3.0.0
+                    MuCheck==0.3.0.*
   default-language: Haskell2010
   hs-source-dirs:   src
 
