diff --git a/Text/LaTeX/Guide.hs b/Text/LaTeX/Guide.hs
--- a/Text/LaTeX/Guide.hs
+++ b/Text/LaTeX/Guide.hs
@@ -22,7 +22,7 @@
  ) where
 
 import Text.LaTeX.Guide.Info
-import Text.LaTeX.Guide.Aux (guideVersion)
+import Text.LaTeX.Guide.Auto (guideVersion)
 import qualified Text.LaTeX.Guide.Backend.LaTeX as LaTeX
 import qualified Text.LaTeX.Guide.Backend.Wiki  as Wiki
 
diff --git a/Text/LaTeX/Guide/Auto.hs b/Text/LaTeX/Guide/Auto.hs
--- a/Text/LaTeX/Guide/Auto.hs
+++ b/Text/LaTeX/Guide/Auto.hs
@@ -7,4 +7,4 @@
 
 -- | The version of the guide. Based on the version of the package.
 guideVersion :: Version
-guideVersion = Version [1,0,1,4] []
+guideVersion = Version [1,0,1,5] []
diff --git a/hatex-guide.cabal b/hatex-guide.cabal
--- a/hatex-guide.cabal
+++ b/hatex-guide.cabal
@@ -1,5 +1,5 @@
 Name: hatex-guide
-Version: 1.0.1.4
+Version: 1.0.1.5
 Author: Daniel Díaz
 Build-type: Custom
 Category: LaTeX
