diff --git a/shower.cabal b/shower.cabal
--- a/shower.cabal
+++ b/shower.cabal
@@ -1,16 +1,16 @@
 name: shower
-version: 0.2.0.1
+version: 0.2.0.2
 synopsis: Clean up the formatting of 'show' output
 -- description:
 license: BSD3
 license-file: LICENSE
 author: Vladislav Zavialov
-maintainer: Monadfix <hi@monadfix.io>
+maintainer: Monadfix <hi@monadfix.com>
 category: Development
 build-type: Simple
 cabal-version: >=1.10
 
-homepage: https://monadfix.io/shower
+homepage: https://monadfix.com/shower
 bug-reports: http://github.com/monadfix/shower/issues
 
 extra-source-files:
@@ -28,7 +28,7 @@
     Shower.Parser
     Shower.Class
   build-depends:
-    base >=4.10 && <4.13,
+    base >=4.10 && <4.14,
     megaparsec,
     pretty
   hs-source-dirs: lib
@@ -38,7 +38,7 @@
 executable shower
   main-is: Main.hs
   build-depends:
-    base >=4.10 && <4.13,
+    base >=4.10 && <4.14,
     shower
   hs-source-dirs: exe
   default-language: Haskell2010
@@ -50,7 +50,7 @@
     Property
   type: exitcode-stdio-1.0
   build-depends:
-    base >=4.10 && <4.13,
+    base >=4.10 && <4.14,
     aeson,
     tasty,
     tasty-golden,
