diff --git a/essence-of-live-coding-warp.cabal b/essence-of-live-coding-warp.cabal
--- a/essence-of-live-coding-warp.cabal
+++ b/essence-of-live-coding-warp.cabal
@@ -1,5 +1,5 @@
 name:                essence-of-live-coding-warp
-version:             0.2.2
+version:             0.2.3
 synopsis: General purpose live coding framework
 description:
   essence-of-live-coding is a general purpose and type safe live coding framework.
@@ -33,7 +33,7 @@
 source-repository this
   type:     git
   location: git@github.com:turion/essence-of-live-coding.git
-  tag:      v0.2.2
+  tag:      v0.2.3
 
 library
   exposed-modules:
@@ -44,7 +44,7 @@
     , http-types >= 0.12.3
     , wai >= 3.2.2.1
     , warp >= 3.3.13
-    , essence-of-live-coding >= 0.2.2
+    , essence-of-live-coding >= 0.2.3
   hs-source-dirs:      src
   default-language:    Haskell2010
   default-extensions:  StrictData
@@ -56,6 +56,6 @@
   build-depends:
       base >= 4.11 && < 5
     , http-client >= 0.7.1
-    , essence-of-live-coding >= 0.2.2
+    , essence-of-live-coding >= 0.2.3
     , essence-of-live-coding-warp
   default-language:    Haskell2010
