diff --git a/app/dist/app.bundle.js b/app/dist/app.bundle.js
# file too large to diff: app/dist/app.bundle.js
diff --git a/example/Main.hs b/example/Main.hs
--- a/example/Main.hs
+++ b/example/Main.hs
@@ -1,13 +1,9 @@
 import qualified Prelude as P ()
 import ClassyPrelude.Yesod
--- import Yesod
 import Yesod.JobQueue
 import Yesod.JobQueue.Scheduler
-import Control.Concurrent
 import Database.Persist.Sqlite
---import Control.Monad.Trans.Resource (runResourceT)
 import Control.Monad.Logger (runStderrLoggingT)
--- import qualified Database.Redis as R
 
 -- Yesod Persist settings (Nothing special here)
 share [mkPersist sqlSettings, mkMigrate "migrateAll"] [persistLowerCase|
diff --git a/yesod-job-queue.cabal b/yesod-job-queue.cabal
--- a/yesod-job-queue.cabal
+++ b/yesod-job-queue.cabal
@@ -1,5 +1,5 @@
 name:                yesod-job-queue
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            Background jobs library for Yesod.
 description:
   Background jobs library for Yesod
