diff --git a/FontyFruity.cabal b/FontyFruity.cabal
--- a/FontyFruity.cabal
+++ b/FontyFruity.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                FontyFruity
-version:             0.5.3
+version:             0.5.3.1
 synopsis:            A true type file format loader
 description:         
     A haskell Truetype file parser.
@@ -28,7 +28,7 @@
 Source-Repository this
     Type:      git
     Location:  https://github.com/Twinside/FontyFruity.git
-    Tag:       v0.5.3
+    Tag:       v0.5.3.1
 
 library
   exposed-modules: Graphics.Text.TrueType
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,6 +1,6 @@
 -*-change-log-*-
 
-v0.5.3 February 2016
+v0.5.3(.1) February 2016
  * Fix: bug when trying to scan a directory
  * Addition: exposing descriptorOf function
  * Enhancement: Made FontDescriptor strictier.
diff --git a/src/Graphics/Text/TrueType.hs b/src/Graphics/Text/TrueType.hs
--- a/src/Graphics/Text/TrueType.hs
+++ b/src/Graphics/Text/TrueType.hs
@@ -24,6 +24,7 @@
     , findFontInCache
     , buildCache
     , enumerateFonts
+    , descriptorOf
 
       -- * Types
     , Font
