diff --git a/pong-server.cabal b/pong-server.cabal
--- a/pong-server.cabal
+++ b/pong-server.cabal
@@ -1,5 +1,5 @@
 name:                pong-server
-version:             0.0.4.2
+version:             0.0.4.3
 synopsis:            A simple embedded pingable server that runs in the background.
 description:         A useful Haskell library for running a pingable server within another application, which is useful for health checks and the like. This library runs a background server that listens on a port, and when a connection comes in, it writes "pong" and closes the connection. Details in the README on GitHub.
 homepage:            http://github.com/RobertFischer/pong-server#readme
