diff --git a/src/Network/Api/TextLocal.hs b/src/Network/Api/TextLocal.hs
--- a/src/Network/Api/TextLocal.hs
+++ b/src/Network/Api/TextLocal.hs
@@ -45,9 +45,9 @@
   ,setMessage
   ,setAuth
   ,setTest
-  ,
+  ,setSender   
    -- * Send SMS
-   runSettings
+  ,runSettings
   ,sendSMS
   ,Command(..))
   where
diff --git a/textlocal.cabal b/textlocal.cabal
--- a/textlocal.cabal
+++ b/textlocal.cabal
@@ -1,5 +1,5 @@
 name:                textlocal
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Haskell wrapper for textlocal SMS gateway
 description:         Please see README.md
 homepage:            https://github.com/just-chow/textlocal
