diff --git a/hotswap.cabal b/hotswap.cabal
--- a/hotswap.cabal
+++ b/hotswap.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hotswap
-version:             0.1.9.2
+version:             0.1.9.3
 synopsis:            Simple code hotswapping.
 description:         A simple, high-level interface to plugins.
 homepage:            https://github.com/mikeplus64/hotswap
diff --git a/src/System/Plugins/Hotswap.hs b/src/System/Plugins/Hotswap.hs
--- a/src/System/Plugins/Hotswap.hs
+++ b/src/System/Plugins/Hotswap.hs
@@ -6,7 +6,8 @@
     reloadPlugin, 
     readPlugin, 
     withPlugin,
-    withPluginIO
+    withPluginIO,
+    putPlugin
 ) where
 
 import System.Plugins.Load
