diff --git a/default.nix b/default.nix
--- a/default.nix
+++ b/default.nix
@@ -5,7 +5,7 @@
 
 mkDerivation {
   pname = "kafka-device-leap";
-  version = "1.0.0.0";
+  version = "1.0.2.1";
   src = ./.;
   isLibrary = true;
   isExecutable = true;
diff --git a/kafka-device-leap.cabal b/kafka-device-leap.cabal
--- a/kafka-device-leap.cabal
+++ b/kafka-device-leap.cabal
@@ -1,5 +1,5 @@
 name         : kafka-device-leap
-version      : 1.0.0.0
+version      : 1.0.2.1
 synopsis     : Leap Motion events via a Kafka message broker
 description  : This package contains functions for passing Leap Motion \<<https://www.leapmotion.com/product/desktop>\> events to topics on a Kafka message broker \<<https://kafka.apache.org/>\>.  Also see \<https://hackage.haskell.org/package/kafka-device/>\>.
 license      : MIT
@@ -27,7 +27,7 @@
   build-depends   : base         >= 4.8 && < 5
                   , aeson        >= 1.3.1
                   , hleap        >= 0.2.0
-                  , kafka-device >= 1.0.0
+                  , kafka-device >= 1.0.2.1
                   , websockets   >= 0.12.5
   hs-source-dirs  : src
   ghc-options     : -Wall
@@ -39,7 +39,7 @@
   build-depends   : base         >= 4.8 && < 5
                   , aeson        >= 1.3.1
                   , hleap        >= 0.2.0
-                  , kafka-device >= 1.0.0
+                  , kafka-device >= 1.0.2.1
                   , websockets   >= 0.12.5
   hs-source-dirs  : src
   ghc-options     : -Wall -threaded
