From d772582deae299b41219ea2c54c229b51f8b3d18 Mon Sep 17 00:00:00 2001 From: Stuart Sierra Date: Wed, 23 Mar 2022 15:42:41 -0400 Subject: [PATCH] Version 1.0.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8c7002b..ce75a2b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject reloaded/lein-template "1.0.0-SNAPSHOT" +(defproject reloaded/lein-template "1.0.0" :description "A Leiningen 2 template to generate project skeletons using tools.namespace and a :dev profile with a dev.clj file." :url "https://github.com/stuartsierra/reloaded"