From 05aef868a03e7f0e77a335b8ca73902c6d91ceb6 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 6 Nov 2014 15:15:46 -0500 Subject: [PATCH] version 0.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 5bdf04b..9517e4f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject yawt/lein-template "0.1.2" +(defproject yawt/lein-template "0.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"