diff --git a/Villefort.cabal b/Villefort.cabal
--- a/Villefort.cabal
+++ b/Villefort.cabal
@@ -1,5 +1,5 @@
 name:                Villefort
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis: Villefort is a task manager and time tracker written in haskell.
 description: Villefort is a browser based time tracker.
 homepage:            https://github.com/Chrisr850/Villefort#readme
@@ -13,6 +13,7 @@
 extra-source-files:  README.md
 cabal-version:       >=1.10
 data-files:            data/date
+                     , data/todo.db
                      , data/day
                      , templates/*.html
                      , templates/*.ts
diff --git a/data/todo.db b/data/todo.db
new file mode 100644
Binary files /dev/null and b/data/todo.db differ
