diff --git a/project.clj b/project.clj index 8195343..1a9f47e 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/src/framework/one.clj b/src/framework/one.clj index d6de67a..6c603cf 100644 --- a/src/framework/one.clj +++ b/src/framework/one.clj @@ -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?))