From 2bce582c5ace29c8e132287d902d0085f50ca25f Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 10 Jun 2023 13:27:38 +0100 Subject: [PATCH] Sigh. Essentially, only documentation was wrong. Upversioned to 1.0.1. --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"