Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Mar 23, 2017
1 parent deb2a29 commit 4fb0435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,4 +1,4 @@
(defproject keechma/keechma "0.2.0-SNAPSHOT-10"
(defproject keechma/keechma "0.2.0-SNAPSHOT-11"
:description "Frontend micro framework for ClojureScript and Reagent"
:url "http://github.com/keechma/keechma"
:license {:name "MIT"}
Expand Down Expand Up @@ -29,10 +29,10 @@
:namespaces [keechma.app-state keechma.controller keechma.controller-manager keechma.ui-component]}

:clean-targets ^{:protect false} ["resources/public/js/compiled" "target"]

:cljsbuild {:builds
[{:id "dev"
:source-paths ["src"]
:source-paths ["src"]

:compiler {:main keechma.core
:asset-path "js/compiled/out"
Expand Down

0 comments on commit 4fb0435

Please sign in to comment.