Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Feb 28, 2017
1 parent 87fdfd1 commit c2dd96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/cruncher/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit c2dd96a

Please sign in to comment.