diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.0.8.1
+
+Minor cleanup
+
 ## 0.0.8
 
 * Custom postfix for magic string [#7](https://github.com/snoyberg/file-embed/issues/7)
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 ## file-embed
 
 Use Template Haskell to read a file or all the files in a directory, and turn
-them into (path, text) pairs embedded in your haskell code.
+them into (path, bytestring) pairs embedded in your haskell code.
diff --git a/file-embed.cabal b/file-embed.cabal
--- a/file-embed.cabal
+++ b/file-embed.cabal
@@ -1,13 +1,13 @@
 name:            file-embed
-version:         0.0.8
+version:         0.0.8.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
 maintainer:      Michael Snoyman <michael@snoyman.com>
 synopsis:        Use Template Haskell to embed file contents directly.
 description:     Use Template Haskell to read a file or all the files in a
-                 directory, and turn them into (path, text) pairs embedded
-                 in your haskell code.
+                 directory, and turn them into (path, bytestring) pairs
+                 embedded in your haskell code.
 category:        Data
 stability:       Stable
 cabal-version:   >= 1.8
