diff --git a/project.clj b/project.clj index f3ef4c0..9fcb662 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject - hsbox "0.6.0" + hsbox "0.6.1" :description "Headshot Box" :url "http://headshotbox.github.io" :license {:name "Eclipse Public License" diff --git a/src/hsbox/core.clj b/src/hsbox/core.clj index 5e53dd5..e346654 100644 --- a/src/hsbox/core.clj +++ b/src/hsbox/core.clj @@ -33,7 +33,7 @@ (map #(.getName %)))) (stats/init-cache) (indexer/add-demo-directory (db/get-demo-directory)) - (indexer/run)) + (indexer/run)) (catch BindException e (do (error e) (System/exit 1)))