From ec031ce249d4027af9c6b5b7e7854cddee471651 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 28 Sep 2014 17:55:49 -0400 Subject: [PATCH] version 0.1.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4d1afe1..5bdf04b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject yawt/lein-template "0.1.1" +(defproject yawt/lein-template "0.1.2" :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"