From a8a9a764e4cd070db55e26566d8e5a61123ea672 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 4 Apr 2024 13:25:47 +0100 Subject: [PATCH] Upversioned for release **NOTE THAT** this release still doesn't do anything useful, but has better documentation. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 56344f1..e3fb5d7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject journeyman-cc/the-great-game "0.1.2-SNAPSHOT" +(defproject journeyman-cc/the-great-game "0.1.2" :cloverage {:output "docs/cloverage" :codecov? true :emma-xml? true}