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:
1515
1616# Releases
1717
18- Latest stable release: 1.5.2
18+ Latest stable release: 1.5.3
1919
2020[ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_edn ) dependency information:
2121``` 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" }
2323```
2424
2525[ Nuget] ( https://nuget.org ) reference:
2626
27- > Install-Package clojure.tools.namespace -Version 1.5.2
27+ > Install-Package clojure.tools.namespace -Version 1.5.3
2828
2929[ Leiningen] ( https://leiningen.org/ ) reference:
3030``` clojure
31- [org.clojure.clr/tools.namespace " 1.5.2 ]
31+ [org.clojure.clr/tools.namespace " 1.5.3 ]
3232```
3333
3434
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 "
22 :description " Port of clojure.org/tools.namespace to ClojureCLR"
33 :url " https://github.com/clojure/clr.tools.namespace"
44 :license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 1717 <RepositoryUrl >https://github.com/clojure/clr.tools.namesapce</RepositoryUrl >
1818 <Company >ClojureCLR contributors</Company >
1919 <PackageTags >Clojure;ClojureCLR</PackageTags >
20- <Version >1.5.2 </Version >
20+ <Version >1.5.3 </Version >
2121 </PropertyGroup >
2222
2323 <ItemGroup >
You can’t perform that action at this time.
0 commit comments