From cb0b26a4ba30b418fcfa8371a3f4d2a137b91944 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 20 Jan 2014 01:29:24 -0500 Subject: [PATCH] Update template itself to stable release --- template/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/project.clj b/template/project.clj index 568b336..fd15cf5 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj/lein-template "0.1.0-SNAPSHOT" +(defproject play-clj/lein-template "0.1.0" :description "A template for making play-clj projects" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"