diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,6 +9,7 @@
   - Minor updates:
 
     - 0.3.0.1 (October 28, 2020): Update dependencies
+    - 0.3.1 (June 2, 2021): Update dependencies
 
 ## 0.2.5.1 (April 16, 2019)
 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2020 Peter J. Jones <pjones@devalot.com>
+Copyright (c) 2013-2021 Peter J. Jones <pjones@devalot.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Vimeta: frontend for video metadata tagging tools
 
-[![CI](https://github.com/pjones/vimeta/workflows/CI/badge.svg)](https://github.com/pjones/vimeta/actions)
+[![tests](https://github.com/pjones/vimeta/workflows/tests/badge.svg)](https://github.com/pjones/vimeta/actions)
 [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pjones/vimeta?label=release)](https://github.com/pjones/vimeta/releases)
 [![Hackage](https://img.shields.io/hackage/v/vimeta)](https://hackage.haskell.org/package/vimeta)
 
diff --git a/src/Vimeta/Core/Download.hs b/src/Vimeta/Core/Download.hs
--- a/src/Vimeta/Core/Download.hs
+++ b/src/Vimeta/Core/Download.hs
@@ -24,7 +24,6 @@
 import qualified Data.Text as Text
 import qualified Network.HTTP.Client as HC
 import System.FilePath
-import System.IO (hFlush)
 import System.IO.Temp (withSystemTempFile)
 import Vimeta.Core.Config
 import Vimeta.Core.Vimeta
diff --git a/vimeta.cabal b/vimeta.cabal
--- a/vimeta.cabal
+++ b/vimeta.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               vimeta
-version:            0.3.0.1
+version:            0.3.1
 synopsis:           Frontend for video metadata tagging tools
 homepage:           https://github.com/pjones/vimeta
 bug-reports:        https://github.com/pjones/vimeta/issues
@@ -8,11 +8,11 @@
 license-file:       LICENSE
 author:             Peter Jones <pjones@devalot.com>
 maintainer:         Peter Jones <pjones@devalot.com>
-copyright:          Copyright (c) 2013-2020 Peter Jones
+copyright:          Copyright (c) 2013-2021 Peter Jones
 category:           Video
 stability:          experimental
 build-type:         Simple
-tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.2
+tested-with:        GHC ==8.8.4 || ==8.10.4 || ==9.0.1
 description:
   Vimeta is a tool to fetch video metadata from the interwebs and
   update video files using a tagging tool.
@@ -64,7 +64,7 @@
     , optparse-applicative  >=0.11   && <0.17
     , parsec                ^>=3.1
     , process               >=1.1    && <1.7
-    , relude                >=0.6    && <0.8
+    , relude                ^>=1.0
     , temporary             >=1.1    && <1.4
     , text                  >=0.11   && <1.3
     , themoviedb            ^>=1.2
