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