diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 The premise of `basic-prelude` is that there are a lot of very commonly desired
 features missing from the standard `Prelude`, such as commonly used operators
-(`\<$\>` and `>=>`, for instance) and imports for common datatypes (e.g.,
+(`<$>` and `>=>`, for instance) and imports for common datatypes (e.g.,
 `ByteString` and `Vector`). At the same time, there are lots of other
 components which are more debatable, such as providing polymorphic versions of
 common functions.
diff --git a/basic-prelude.cabal b/basic-prelude.cabal
--- a/basic-prelude.cabal
+++ b/basic-prelude.cabal
@@ -1,5 +1,5 @@
 name:                basic-prelude
-version:             0.3.11
+version:             0.3.11.1
 synopsis:            An enhanced core prelude; a common foundation for alternate preludes.
 description:
     The premise of @basic-prelude@ is that there are a lot of very commonly desired features missing from the standard @Prelude@, such as commonly used operators (@\<$\>@ and @>=>@, for instance) and imports for common datatypes (e.g., @ByteString@ and @Vector@). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions.
