diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 Changelog
 =========
+    0.4.4.3  Nov 2018
+        * Fixed wrong base bounds for tests.
+
     0.4.4.2  Nov 2018
         * Releases on GitHub release page
         * Automated Docker build
diff --git a/homplexity.cabal b/homplexity.cabal
--- a/homplexity.cabal
+++ b/homplexity.cabal
@@ -1,5 +1,5 @@
 name:                homplexity
-version:             0.4.4.2
+version:             0.4.4.3
 synopsis:            Haskell code quality tool
 description:         Homplexity aims to measure code complexity,
                      warning about fragments that might have higher defect probability
@@ -76,7 +76,7 @@
                        TypeFamilies
   default-language:    Haskell2010
 
-executable homplexity
+executable homplexity-cli
   main-is:             Homplexity.hs
   hs-source-dirs:      app/
   build-depends:       base             >=4.5  && <4.13,
