diff --git a/Network/DBus.hs b/Network/DBus.hs
--- a/Network/DBus.hs
+++ b/Network/DBus.hs
@@ -135,7 +135,7 @@
 
 -- | create a new Dbus context from a ini function to create a dbusHandle.
 withContext :: IO DBusHandle -> DBusContext a -> IO a
-withContext ini f = bracket ini close (\h -> evalStateT f (h,1))
+withContext ini f = bracket ini Network.DBus.close (\h -> evalStateT f (h,1))
 
 -- | create a new Dbus context on session bus
 withSession :: DBusContext a -> IO a
diff --git a/udbus.cabal b/udbus.cabal
--- a/udbus.cabal
+++ b/udbus.cabal
@@ -1,5 +1,5 @@
 Name:                udbus
-Version:             0.1
+Version:             0.1.1
 Description:         Small and flexible implementation of the dbus protocol.
 License:             BSD3
 License-file:        LICENSE
