diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -26,7 +26,7 @@
 default (Integer, Text)
 
 version :: String
-version = "1.1.1"
+version = "1.2.0"
 
 copyright :: String
 copyright = "2012"
@@ -166,7 +166,7 @@
                              entrySize  +~ entry^.entrySize  $ current)
                            (newEntry path True)
                            firsts
-                   , if curDepth < depth opts
+                   , if curDepth <= depth opts
                      then firsts ++ L.concatMap snd entries
                      else [] )
 
diff --git a/sizes.cabal b/sizes.cabal
--- a/sizes.cabal
+++ b/sizes.cabal
@@ -1,6 +1,6 @@
 Name: sizes
 
-Version:  1.1.1
+Version:  1.2.0
 Synopsis: Recursively show space (size and i-nodes) used in subdirectories
 
 Description: Recursively show space (size and i-nodes) used in subdirectories
