Sigh. Essentially, only documentation was wrong. Upversioned to 1.0.1.

This commit is contained in:
Simon Brooke 2023-06-10 13:27:38 +01:00
parent 475f7aa0e6
commit 2bce582c5a
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ there did not seem to be any other ways to do it.
If building from Leiningen, add to project dependencies
```clojure
[cc.journeyman/real-name "0.0.1"]
[org.clojars.simon_brooke/real-name "1.0.1"]
```
Add the following requirement to your namespace:

View file

@ -1,4 +1,4 @@
(defproject org.clojars.simon_brooke/real-name "1.0.0"
(defproject org.clojars.simon_brooke/real-name "1.0.1"
:codox {:metadata {:doc "**TODO**: write docs"
:doc/format :markdown}
:output-path "docs"