Upversioned to 1.0.4
I've clearly messed up: I've already deployed a 1.0.3. Careless!
This commit is contained in:
parent
e6d45a149e
commit
9413fa6a4c
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue