diff --git a/dingo-example.cabal b/dingo-example.cabal
--- a/dingo-example.cabal
+++ b/dingo-example.cabal
@@ -1,5 +1,5 @@
 Name:                dingo-example
-Version:             0.0.3.4
+Version:             0.1.0
 Synopsis:            Dingo Example
 Description:         Example application for the Dingo Rich Internet Application platform.
 License:             MIT
@@ -12,11 +12,11 @@
 
 Executable dingo-example
   Build-Depends: base == 4.*
-               , aeson >= 0.3.2.12 && <0.4
+               , aeson >= 0.5 && <0.6
                , bytestring >= 0.9.0.1
                , blaze-html >= 0.4.1.6 && < 0.5
-               , dingo-core >= 0.0.3.4 && < 0.1
-               , dingo-widgets >= 0.0.3.4 && < 0.1
+               , dingo-core >= 0.1 && < 0.2
+               , dingo-widgets >= 0.1 && < 0.2
                , fclabels == 1.0.*
                , shakespeare-js >= 0.10 && < 0.11
                , template-haskell
