From e6d45a149e76ceda0b72980fc6cb0c26d4bedd07 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 4 Jan 2023 20:54:47 +0000 Subject: [PATCH] Removed `-SNAPSHOT` from version id. --- README.md | 2 +- doc/intro.md | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 309c761..834e736 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Clojure library designed to provide simple interationalisation of user-facing To use this library in your project, add the following leiningen dependency: - [org.clojars.simon_brooke/internationalisation "1.0.4"] + [org.clojars.simon_brooke/internationalisation "1.0.3"] To use it in your namespace, require: diff --git a/doc/intro.md b/doc/intro.md index 309c761..834e736 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -6,7 +6,7 @@ A Clojure library designed to provide simple interationalisation of user-facing To use this library in your project, add the following leiningen dependency: - [org.clojars.simon_brooke/internationalisation "1.0.4"] + [org.clojars.simon_brooke/internationalisation "1.0.3"] To use it in your namespace, require: diff --git a/project.clj b/project.clj index eaaf7a1..b57247d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.simon_brooke/internationalisation "1.0.3-SNAPSHOT" +(defproject org.clojars.simon_brooke/internationalisation "1.0.3" :cloverage {:output "docs/cloverage" :codecov? true :emma-xml? true}