diff --git a/hledger-web.cabal b/hledger-web.cabal
--- a/hledger-web.cabal
+++ b/hledger-web.cabal
@@ -1,6 +1,6 @@
 name:           hledger-web
 -- also in cpp-options below
-version: 0.19.1
+version: 0.19.3
 category:       Finance
 synopsis:       A web interface for the hledger accounting tool.
 description:    
@@ -90,7 +90,7 @@
     --     Buildable: False
 
     ghc-options:   -Wall -fno-warn-unused-do-bind
-    cpp-options:   -DVERSION="0.19.1"
+    cpp-options:   -DVERSION="0.19.3"
     if flag(dev) || flag(library-only)
         cpp-options:   -DDEVELOPMENT
 
@@ -132,8 +132,8 @@
                    , warp                          >= 1.3        && < 1.4
                    , data-default
 
-                   , hledger == 0.19.2
-                   , hledger-lib == 0.19.1
+                   , hledger == 0.19.3
+                   , hledger-lib == 0.19.3
                    , cmdargs >= 0.10 && < 0.11
                    , directory
                    , filepath
@@ -162,7 +162,7 @@
 
 
 executable         hledger-web
-    cpp-options:   -DVERSION="0.19.1"
+    cpp-options:   -DVERSION="0.19.3"
 
     if flag(library-only)
         Buildable: False
@@ -210,8 +210,8 @@
 
     build-depends:
                      hledger-web
-                   , hledger == 0.19.2
-                   , hledger-lib == 0.19.1
+                   , hledger == 0.19.3
+                   , hledger-lib == 0.19.3
                    , base                          >= 4.3        && < 5
                    , cmdargs >= 0.10 && < 0.11
                    , directory
