diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-clckwrks-theme-bootstrap [![Hackage](https://img.shields.io/hackage/v/clckwrks-theme-bootstrap.svg)](https://hackage.haskell.org/package/clckwrks-theme-bootstrap) [![Build Status](https://api.travis-ci.com/clckwrks/clckwrks-theme-bootstrap.svg?branch=master)](https://travis-ci.com/clckwrks/clckwrks-theme-bootstrap)
+clckwrks-theme-bootstrap [![Hackage](https://img.shields.io/hackage/v/clckwrks-theme-bootstrap.svg)](https://hackage.haskell.org/package/clckwrks-theme-bootstrap)
 =========
 
 A clckwrks theme based on bootstrap.
diff --git a/Theme.hs b/Theme.hs
--- a/Theme.hs
+++ b/Theme.hs
@@ -152,3 +152,5 @@
     , themeStylePreview     = Nothing
     , themeStyleTemplate    = defaultTemplate
     }
+
+
diff --git a/clckwrks-theme-bootstrap.cabal b/clckwrks-theme-bootstrap.cabal
--- a/clckwrks-theme-bootstrap.cabal
+++ b/clckwrks-theme-bootstrap.cabal
@@ -1,5 +1,5 @@
 name:                clckwrks-theme-bootstrap
-version:             0.4.3.2
+version:             0.4.3.5
 synopsis:            simple bootstrap based template for clckwrks
 description:         A simple bootstrap based theme for use with clckwrks.
 homepage:            http://www.clckwrks.com/
@@ -11,7 +11,7 @@
 build-type:          Simple
 cabal-version:       >=1.10
 extra-source-files:  README.md
-Tested-With:         GHC == 8.0.1, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
+tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
 
 data-files:
         data/js/npm.js
@@ -39,12 +39,12 @@
   exposed-modules:     Theme
                        Paths_clckwrks_theme_bootstrap
   build-depends:       base             >  4 && <5,
-                       clckwrks         >= 0.23 && < 0.28,
+                       clckwrks         >= 0.23 && < 0.29,
                        jmacro,
-                       happstack-authenticate >= 2.0 && < 2.6,
+                       happstack-authenticate >= 2.0 && < 2.8,
                        hsp              >= 0.9  && < 0.11,
                        hsx-jmacro,
                        hsx2hs,
                        mtl              >= 2.1  && < 2.3,
-                       text             >= 0.11 && < 1.3,
+                       text             >= 0.11 && < 2.1,
                        web-plugins      >= 0.2  && < 0.5
