From c9a91ccd4f689324381834603bde603f71e133f9 Mon Sep 17 00:00:00 2001 From: David Miller Date: Mon, 9 Dec 2024 11:13:16 -0500 Subject: [PATCH] Update README.md to latest :git coordinates --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22f7c75..4c25a17 100644 --- a/README.md +++ b/README.md @@ -15,20 +15,20 @@ From the original README: # Releases -Latest stable release: 1.5.3 +Latest stable release: 1.5.4 [CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information: ```clojure -io.github.clojure/clr.tools.namespace {:git/tag "v1.5.3" :git/sha "ca0f5dc"} +io.github.clojure/clr.tools.namespace {:git/tag "v1.5.4" :git/sha "46d81cb"} ``` [Nuget](https://nuget.org) reference: -> Install-Package clojure.tools.namespace -Version 1.5.3 +> Install-Package clojure.tools.namespace -Version 1.5.4 [Leiningen](https://leiningen.org/) reference: ```clojure - [org.clojure.clr/tools.namespace "1.5.3] + [org.clojure.clr/tools.namespace "1.5.4] ```