diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -147,6 +147,6 @@
   when (not confExists) $ do
     createDirectoryIfMissing True cDir
     installConfig cDir
-    let cFile = cDir ++ "/config"
-    config <- loadConfig cFile
-    generateBookmarks config
+  let cFile = cDir ++ "/config"
+  config <- loadConfig cFile
+  generateBookmarks config
diff --git a/boomange.cabal b/boomange.cabal
--- a/boomange.cabal
+++ b/boomange.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                boomange
-version:             0.1.0.3
+version:             0.1.1.0
 synopsis:            A Bookmarks manager with a HTML generator
 description:         In order to allow a unified and customized bookmarks file, boomange generates a HTML file with an user's bookmarks.
 license:             GPL-3
