Removed -SNAPSHOT from version id.

This commit is contained in:
Simon Brooke 2023-01-04 20:54:47 +00:00
parent e2fa7b98bb
commit e6d45a149e
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:
[org.clojars.simon_brooke/internationalisation "1.0.4"]
[org.clojars.simon_brooke/internationalisation "1.0.3"]
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:
[org.clojars.simon_brooke/internationalisation "1.0.4"]
[org.clojars.simon_brooke/internationalisation "1.0.3"]
To use it in your namespace, require:

View file

@ -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}