diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -39,7 +39,7 @@
 
 
 appName = "boomange"
-appVersion = "0.1.3.0"
+appVersion = "0.1.3.3"
 -- header to be used on the sample config file
 configHeader =
   "# This is the configuration file for " ++ appName ++ "\n" ++
diff --git a/boomange.cabal b/boomange.cabal
--- a/boomange.cabal
+++ b/boomange.cabal
@@ -1,8 +1,8 @@
--- Initial boomange.cabal generated by cabal init.  For further 
+-- Initial boomange.cabal generated by cabal init.  For further
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                boomange
-version:             0.1.3.2
+version:             0.1.3.3
 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
@@ -12,16 +12,16 @@
 copyright:           (c) 2013-2016 Marcelo Garlet Millani
 category:            Web
 build-type:          Simple
-data-files:    html/footer.html , html/header.html, style.css
+data-files:          html/footer.html , html/header.html, style.css
 extra-doc-files:     README, boomange.1
 cabal-version:       >=1.10
 
 executable boomange
   main-is:             Main.hs
-  -- other-modules:       
-  -- other-extensions:    
-  build-depends:       base >=4.8 && <= 4.10, directory >=1.2 && <1.3, filepath >=1.4 && <1.5, descrilo >=0.1 && <0.2, containers >=0.5 && <0.6, simtreelo >=0.1 && <0.2
-  -- hs-source-dirs:      
+  -- other-modules:
+  -- other-extensions:
+  build-depends:       base >=4.8 && <= 4.10, directory >=1.2 && <1.4, filepath >=1.4 && <1.5, descrilo >=0.1 && <0.2, containers >=0.5 && <0.6, simtreelo >=0.1 && <0.2
+  -- hs-source-dirs:
   other-modules: Data.Entities, Data.Loader, Data.Builder
   default-extensions: DoAndIfThenElse
   default-language:    Haskell2010
