diff --git a/AlexPrelude.hs b/AlexPrelude.hs
--- a/AlexPrelude.hs
+++ b/AlexPrelude.hs
@@ -13,6 +13,7 @@
 -- >     print "Let me ponder on what I think about your name..."
 -- >     sleep 10
 -- >     print "It is ridiculous! Why would your parents do that to you!"
+-- >     print_banner
 --
 -- As you can see, these functions try to fill in the missing gaps for when you want to write a real application in haskell.
 module AlexPrelude
diff --git a/alex-prelude.cabal b/alex-prelude.cabal
--- a/alex-prelude.cabal
+++ b/alex-prelude.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.1.0
+version:             0.1.1.1
 
 -- A short (one-line) description of the package.
 synopsis:            Collection of useful functions for writing console applications
