Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Feb 8, 2014
1 parent 69c7858 commit 5438587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject framework-one "0.3.2"
(defproject framework-one "0.3.3"
:description "A lightweight, convention-based MVC web framework."
:url "https://github.com/framework-one/fw1-clj/"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/framework/one.clj
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
:reload-application-on-every-request false
:template :selmer
:suffix "html" ; views / layouts would be .html
:version "0.3.2"}
:version "0.3.3"}
my-config (framework-defaults (merge defaults (apply hash-map app-config)))]
(when (= :selmer (:template my-config))
(selmer.filters/add-filter! :empty? empty?))
Expand Down

0 comments on commit 5438587

Please sign in to comment.