diff --git a/README.md b/README.md index 834e736..309c761 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.3"] + [org.clojars.simon_brooke/internationalisation "1.0.4"] To use it in your namespace, require: diff --git a/doc/intro.md b/doc/intro.md index 834e736..309c761 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.3"] + [org.clojars.simon_brooke/internationalisation "1.0.4"] To use it in your namespace, require: diff --git a/project.clj b/project.clj index b57247d..0053280 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.simon_brooke/internationalisation "1.0.3" +(defproject org.clojars.simon_brooke/internationalisation "1.0.4" :cloverage {:output "docs/cloverage" :codecov? true :emma-xml? true}