From 341462a90397b97b32e54e4a1e7ec082280f2bad Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 4 Jan 2023 21:06:16 +0000 Subject: [PATCH] Upversion to 1.0.5-SNAPSHOT for next cycle. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0053280..185748f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.simon_brooke/internationalisation "1.0.4" +(defproject org.clojars.simon_brooke/internationalisation "1.0.5-SNAPSHOT" :cloverage {:output "docs/cloverage" :codecov? true :emma-xml? true}