Skip to content

Commit

Permalink
Update README.md to latest :git coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller committed Dec 9, 2024
1 parent 46d81cb commit c9a91cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down

0 comments on commit c9a91cc

Please sign in to comment.