Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdone committed May 24, 2015
1 parent 8e32a9b commit ce9d69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/hsbox/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit ce9d69b

Please sign in to comment.