From cdd3e97bfe13528ad9eb7ee5bcaf47b32b905997 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 27 Dec 2014 14:27:22 -0500 Subject: [PATCH] version 0.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1853c9c..4e1cda0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject yawt/lein-template "0.3" +(defproject yawt/lein-template "0.4" :description "Yet Another Web Template. An opinionated Leiningen template to generate a base project for building Clojure web applications." :url "https://github.com/gered/yawt" :license {:name "MIT License"