diff --git a/hledger-web.cabal b/hledger-web.cabal
--- a/hledger-web.cabal
+++ b/hledger-web.cabal
@@ -1,5 +1,5 @@
 name:           hledger-web
-version: 0.21.2
+version: 0.21.3
 category:       Finance
 synopsis:       A web interface for the hledger accounting tool.
 description:    
@@ -66,7 +66,7 @@
     Default:       False
 
 library
-    cpp-options:   -DVERSION="0.21.2"
+    cpp-options:   -DVERSION="0.21.3"
     if flag(dev) || flag(library-only)
         cpp-options: -DDEVELOPMENT
  
@@ -109,8 +109,8 @@
                      Hledger.Web.Options
                      -- Setup -- stops yesod devel complaining, requires build-depends: Cabal
     build-depends:
-                     hledger              == 0.21.2
-                   , hledger-lib          == 0.21.2
+                     hledger              == 0.21.3
+                   , hledger-lib          == 0.21.3
                    , base                 >= 4 && < 5
                    , bytestring
                    , clientsession
@@ -139,7 +139,6 @@
                    , yaml
                    , yesod
                    , yesod-core
-                   , yesod-platform       >= 1.2.0.1 && < 1.3
                    , yesod-static
                    , json
 
@@ -157,7 +156,7 @@
     if flag(library-only)
         Buildable: False
 
-    cpp-options:   -DVERSION="0.21.2"
+    cpp-options:   -DVERSION="0.21.3"
     if flag(dev)
         cpp-options:   -DDEVELOPMENT
 
@@ -201,8 +200,8 @@
                      Hledger.Web.Options
 
     build-depends:
-                     hledger              == 0.21.2
-                   , hledger-lib          == 0.21.2
+                     hledger              == 0.21.3
+                   , hledger-lib          == 0.21.3
                    , base                 >= 4 && < 5
                    , bytestring
                    , clientsession
@@ -231,7 +230,6 @@
                    , yaml
                    , yesod
                    , yesod-core
-                   , yesod-platform       >= 1.2.0.1 && < 1.3
                    , yesod-static
                    , json
 
