diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
-![Haskell](https://img.shields.io/badge/Haskell-5e5086?style=for-the-badge&logo=haskell&logoColor=white)
-![Hackage](https://img.shields.io/hackage/v/pvector?color=5e5184&style=for-the-badge)
-![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oberblastmeister/pvector/Haskell-CI?style=for-the-badge)
+[![Haskell](https://img.shields.io/badge/Haskell-5e5086?style=for-the-badge&logo=haskell&logoColor=white)](https://haskell.foundation)
+[![Hackage](https://img.shields.io/hackage/v/pvector?color=5e5086&style=for-the-badge)](https://hackage.haskell.org/package/pvector)
+[![GitHub](https://img.shields.io/badge/github-oberblastmeister/pvector-8da0cb?style=for-the-badge&labelColor=555555&logo=github)](https://github.com/oberblastmeister/pvector)
+[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oberblastmeister/pvector/Haskell-CI?style=for-the-badge)](https://github.com/oberblastmeister/pvector/actions)
 
 # pvector
 
 An implementation of persistent vectors, an efficient sequence data structure.
 It supports fast indexing, iteration, and snocing.
-
-For more information, see [`pvector` on Hackage](https://hackage.haskell.org/package/pvector).
diff --git a/pvector.cabal b/pvector.cabal
--- a/pvector.cabal
+++ b/pvector.cabal
@@ -1,10 +1,10 @@
 cabal-version: 3.0
 name: pvector
-version: 0.1.0.0
+version: 0.1.0.1
 synopsis: Fast persistent vectors
 description:
   An persistent vector is an efficient sequence data structure.
-  It supports fast indexing, iteration, snocing.
+  It supports fast indexing, iteration, and snocing.
 homepage: https://github.com/oberblastmeister/pvector
 bug-reports: https://github.com/oberblastmeister/pvector/issues
 license: BSD-3-Clause
