From 805fa94aa52888812f22a33bbfdd825d411b052a Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 14 Dec 2021 21:27:45 -0500 Subject: [PATCH] version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3c6f680..cbaa381 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.gered/lein-template.simple-app "0.1.0-SNAPSHOT" +(defproject net.gered/lein-template.simple-app "0.1.0" :description "Simple Clojure CLI app or tool project template." :url "https://github.com/gered/simple-app-template" :license {:name "MIT License"