File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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.2
18
+ Latest stable release: 1.5.3
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.2 " :git/sha " d540923" }
22
+ io.github.clojure/clr.tools.namespace {:git/tag " v1.5.3 " :git/sha " d540923" }
23
23
```
24
24
25
25
[ Nuget] ( https://nuget.org ) reference:
26
26
27
- > Install-Package clojure.tools.namespace -Version 1.5.2
27
+ > Install-Package clojure.tools.namespace -Version 1.5.3
28
28
29
29
[ Leiningen] ( https://leiningen.org/ ) reference:
30
30
``` clojure
31
- [org.clojure.clr/tools.namespace " 1.5.2 ]
31
+ [org.clojure.clr/tools.namespace " 1.5.3 ]
32
32
```
33
33
34
34
Original file line number Diff line number Diff line change 1
- (defproject org.clojure.clr /tools.namespace " 1.5.2 "
1
+ (defproject org.clojure.clr /tools.namespace " 1.5.3 "
2
2
:description " Port of clojure.org/tools.namespace to ClojureCLR"
3
3
:url " https://github.com/clojure/clr.tools.namespace"
4
4
:license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 17
17
<RepositoryUrl >https://github.com/clojure/clr.tools.namesapce</RepositoryUrl >
18
18
<Company >ClojureCLR contributors</Company >
19
19
<PackageTags >Clojure;ClojureCLR</PackageTags >
20
- <Version >1.5.2 </Version >
20
+ <Version >1.5.3 </Version >
21
21
</PropertyGroup >
22
22
23
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments