Sigh. Essentially, only documentation was wrong. Upversioned to 1.0.1.
This commit is contained in:
parent
475f7aa0e6
commit
2bce582c5a
|
@ -22,7 +22,7 @@ there did not seem to be any other ways to do it.
|
||||||
If building from Leiningen, add to project dependencies
|
If building from Leiningen, add to project dependencies
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[cc.journeyman/real-name "0.0.1"]
|
[org.clojars.simon_brooke/real-name "1.0.1"]
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the following requirement to your namespace:
|
Add the following requirement to your namespace:
|
||||||
|
|
|
@ -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"
|
:codox {:metadata {:doc "**TODO**: write docs"
|
||||||
:doc/format :markdown}
|
:doc/format :markdown}
|
||||||
:output-path "docs"
|
:output-path "docs"
|
||||||
|
|
Loading…
Reference in a new issue