diff --git a/frontend/project.clj b/frontend/project.clj index b927b0a..1c5901b 100644 --- a/frontend/project.clj +++ b/frontend/project.clj @@ -1,4 +1,4 @@ -(defproject cruncher "0.3.2" +(defproject cruncher "0.3.3" :description "FIXME: write this!" :url "http://example.com/FIXME" :license {:name "Eclipse Public License" diff --git a/frontend/src/cruncher/core.cljs b/frontend/src/cruncher/core.cljs index 8c6ea07..e0a4c74 100644 --- a/frontend/src/cruncher/core.cljs +++ b/frontend/src/cruncher/core.cljs @@ -13,7 +13,7 @@ (enable-console-print!) -(.log js/console "Started Cruncher Version 0.3.2") +(.log js/console "Started Cruncher Version 0.3.3") (om/add-root! lib/reconciler views/Main (gdom/getElement "cruncher-main"))