diff --git a/README.md b/README.md index 25b3965..c34a750 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/project.clj b/project.clj index 850aabb..17f653b 100644 --- a/project.clj +++ b/project.clj @@ -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"