File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ From the original README:
15
15
16
16
# Releases
17
17
18
- Latest stable release: 1.5.3
18
+ Latest stable release: 1.5.4
19
19
20
20
[ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_edn ) dependency information:
21
21
``` clojure
22
- io.github.clojure/clr.tools.namespace {:git/tag " v1.5.3 " :git/sha " ca0f5dc " }
22
+ io.github.clojure/clr.tools.namespace {:git/tag " v1.5.4 " :git/sha " 46d81cb " }
23
23
```
24
24
25
25
[ Nuget] ( https://nuget.org ) reference:
26
26
27
- > Install-Package clojure.tools.namespace -Version 1.5.3
27
+ > Install-Package clojure.tools.namespace -Version 1.5.4
28
28
29
29
[ Leiningen] ( https://leiningen.org/ ) reference:
30
30
``` clojure
31
- [org.clojure.clr/tools.namespace " 1.5.3 ]
31
+ [org.clojure.clr/tools.namespace " 1.5.4 ]
32
32
```
33
33
34
34
You can’t perform that action at this time.
0 commit comments