diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,5 @@
 
-### case-insensitive-match 0.1.0.0
+### case-insensitive-match 0.1.1.0
 
 Here is a simplified library for matching and comparing strings in a
 case-insensitive manner. The only dependencies are `base`, `bytestring` and
diff --git a/case-insensitive-match.cabal b/case-insensitive-match.cabal
--- a/case-insensitive-match.cabal
+++ b/case-insensitive-match.cabal
@@ -1,6 +1,6 @@
 
 name:                   case-insensitive-match
-version:                0.1.0.0
+version:                0.1.1.0
 
 license:                BSD3
 license-file:           LICENSE
@@ -8,8 +8,8 @@
 
 author:                 Michael Hatfield
 maintainer:             github@michael-hatfield.com
-homepage:               https://github.com/mikehat/random-strings
-bug-reports:            https://github.com/mikehat/random-strings
+homepage:               https://github.com/mikehat/case-insensitive-match
+bug-reports:            https://github.com/mikehat/case-insensitive-match
 
 synopsis:               A simplified, faster way to do case-insensitive matching.
 description:
@@ -38,7 +38,7 @@
     type:               git
     location:           git://github.com/mikehat/case-insensitive-match.git
     branch:             master
-    tag:                0.1.0.0
+    tag:                0.1.1.0
 
 
 library
