diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -5,3 +5,8 @@
 0.0.2
 
 * Fix imports and exports
+
+0.0.3
+
+* Align version with foscam-filename
+
diff --git a/foscam-directory.cabal b/foscam-directory.cabal
--- a/foscam-directory.cabal
+++ b/foscam-directory.cabal
@@ -1,5 +1,5 @@
 name:               foscam-directory
-version:            0.0.2
+version:            0.0.3
 license:            BSD3
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>
@@ -33,8 +33,8 @@
                     , trifecta        >= 1.5   && < 1.6
                     , utf8-string     >= 1     && < 2.0
                     , lens            >= 4.0   && < 5
-                    , pretty
-                    , foscam-filename == 0.0.1
+                    , pretty          >= 1.1.2 && < 1.2
+                    , foscam-filename == 0.0.3
 
   ghc-options:
                     -Wall
