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}