Skip to content

Commit

Permalink
updating to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Apr 30, 2015
1 parent 319385c commit c76c35b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ pom.xml.asc
/.lein-*
/.nrepl-port
hello_world
hello-world
\.\#*
\#*
\#*
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject figwheel/lein-template "0.2.7"
(defproject figwheel/lein-template "0.2.9"
:description "A Leinigen template for figwheel"
:url "https://github.com/bhauman/figwheel-template"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/figwheel/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[reagent "0.5.0-alpha3"]{{/reagent?}}]

:plugins [[lein-cljsbuild "1.0.5"]
[lein-figwheel "0.2.8"]]
[lein-figwheel "0.2.9"]]

:source-paths ["src"]

Expand Down

0 comments on commit c76c35b

Please sign in to comment.