Upversioned to 1.0.4

I've clearly messed up: I've already deployed a 1.0.3. Careless!
This commit is contained in:
Simon Brooke 2023-01-04 21:02:57 +00:00
parent e6d45a149e
commit 9413fa6a4c
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
3 changed files with 3 additions and 3 deletions

View file

@ -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: 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: To use it in your namespace, require:

View file

@ -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: 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: To use it in your namespace, require:

View file

@ -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" :cloverage {:output "docs/cloverage"
:codecov? true :codecov? true
:emma-xml? true} :emma-xml? true}