diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,13 +8,17 @@
 * [closed milestones]; and
 * [issues].
 
-### (0.1.1.3)
+### [0.1.1.4]
 
-Current [development version]
+Latest [release version], including fixes to documentation and CLI display bugs.
 
+### [0.1.1.3]
+
+Redundant release (version error)
+
 ### [0.1.1.2]
 
-Latest [release version], including fixes to documentation and CLI display bugs.
+Redundant release (version error)
 
 ### [0.1.1.1]
 
@@ -152,6 +156,8 @@
 [development version]: https://github.com/orome/crypto-enigma-hs/tree/develop
 [new CLI]: https://github.com/orome/crypto-enigma-hs/tree/new/cli
 
+[0.1.1.4]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.1.1.4
+[0.1.1.3]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.1.1.3
 [0.1.1.2]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.1.1.2
 [0.1.1.1]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.1.1.1
 [0.0.3.1]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.3.1
diff --git a/crypto-enigma.cabal b/crypto-enigma.cabal
--- a/crypto-enigma.cabal
+++ b/crypto-enigma.cabal
@@ -3,7 +3,7 @@
 -- PVP summary:         +-+------- breaking API changes
 --                      | | +----- non-breaking API additions
 --                      | | | +--- code changes with no API change
-version:                0.1.1.3
+version:                0.1.1.4
 synopsis:               An Enigma machine simulator with display. 
 description:            The crypto-enigma package is an Enigma machine simulator
                         with rich display and machine state details.
@@ -41,11 +41,11 @@
         location:       git://github.com/orome/crypto-enigma-hs.git
         branch:         develop
 
---source-repository this
---        type:           git
---        location:       git://github.com/orome/crypto-enigma-hs.git
---        branch:         hackage
---        tag:            0.1.1.3
+source-repository this
+        type:           git
+        location:       git://github.com/orome/crypto-enigma-hs.git
+        branch:         hackage
+        tag:            0.1.1.4
 
 library
     -- default-extensions: Safe
