Skip to content

Commit

Permalink
Bump to 0.4.0 and 2015 etc
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed May 4, 2015
1 parent 069384b commit 345f0ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ PORT=8888 lein run

## License

Copyright (c) 2012-2014 Sean Corfield
Copyright (c) 2012-2015 Sean Corfield

Distributed under the Eclipse Public License, the same as Clojure.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject fw1/lein-template "0.3.3"
(defproject fw1/lein-template "0.4.0"
:description "FW/1 template for lein newnew"
:url "https://github.com/framework-one/fw1-template/"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/fw1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lein run

## License

Copyright (C) 2014 FIXME
Copyright (C) 2015 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

19 changes: 0 additions & 19 deletions src/leiningen/new/fw1/controller.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,3 @@

(defn default "/main/default handler" [rc]
rc)

(comment
;; If you decide to use the Enlive template engine, you will need to
;; implement default-view, default-layout, and/or layout node
;; transforms for which the skeletons are in this comment. You will
;; also need to add a <div id="body"/> tag in place of {{body}} in
;; layouts/main/default.html.
;;
;; If you continue to use the Selmer template engine, you can simply
;; delete this comment altogether.

(defn default-view "/main/default view render" [rc nodes]
nodes)

(defn default-layout "/main/default layout render" [rc nodes]
nodes)

(defn layout "/main section layout render" [rc nodes]
nodes))
4 changes: 2 additions & 2 deletions src/leiningen/new/fw1/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject {{name}} "0.1.0-SNAPSHOT"
:description "FIXME: write this!"
:dependencies [[org.clojure/clojure "1.5.1"]
[framework-one "0.3.3"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[framework-one "0.4.0"]]
:main {{name}}.main)

0 comments on commit 345f0ea

Please sign in to comment.