From 5f5dbb6df7c70a7baa71663e381ad7f4c752d5ff Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 18 Jan 2022 18:57:50 -0500 Subject: [PATCH] Version 0.1.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index cfcf029..69cb923 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.gered/lein-template.simple-web-site "0.1.1-SNAPSHOT" +(defproject net.gered/lein-template.simple-web-site "0.1.1" :description "Simple Clojure web site project template." :url "https://github.com/gered/simple-web-site-template" :license {:name "MIT License"