diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for gtk-sni-tray
 
+## 0.1.13.1
+
+- Bump `dbus-menu` lower bound to 0.1.3 for menu-level click dispatch.
+
 ## 0.1.13.0
 
 - Use extracted `dbus-menu` library instead of inline DBusMenu implementation.
diff --git a/gtk-sni-tray.cabal b/gtk-sni-tray.cabal
--- a/gtk-sni-tray.cabal
+++ b/gtk-sni-tray.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           gtk-sni-tray
-version:        0.1.13.0
+version:        0.1.13.1
 synopsis:       A standalone StatusNotifierItem/AppIndicator tray
 description:    Please see the README on Github at <https://github.com/IvanMalison/gtk-sni-tray#readme>
 category:       System
@@ -40,7 +40,7 @@
     , bytestring >=0.10 && <0.13
     , containers >=0.5 && <0.8
     , dbus ==1.*
-    , dbus-menu >=0.1.1 && <0.2
+    , dbus-menu >=0.1.3 && <0.2
     , directory >=1.2 && <1.4
     , enclosed-exceptions >=1.0.0.1 && <1.1
     , filepath >=1.3 && <1.6
