From a1c1be272d407fd5031b39c96a4941d3f57b301b Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 19 Feb 2021 23:51:41 +0000 Subject: [PATCH] Upversioned for next development cycle --- .gitignore | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b0ebaf1..20c20a9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ pom.xml.asc *~ doc/.~lock.Population.ods# + +.settings/ diff --git a/project.clj b/project.clj index cb2ca83..0a2489a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject the-great-game "0.1.1" +(defproject the-great-game "0.1.2-SNAPSHOT" :cloverage {:output "docs/cloverage"} :codox {:metadata {:doc "**TODO**: write docs" :doc/format :markdown}