We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91acaa6 commit 46d81cbCopy full SHA for 46d81cb
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.clojure.clr/tools.namespace "1.5.3"
+(defproject org.clojure.clr/tools.namespace "1.5.4"
2
:description "Port of clojure.org/tools.namespace to ClojureCLR"
3
:url "https://github.com/clojure/clr.tools.namespace"
4
:license {:name "Eclipse Public License"
src/main/dotnet/packager/clojure.tools.namespace.csproj
@@ -17,7 +17,7 @@
17
<RepositoryUrl>https://github.com/clojure/clr.tools.namesapce</RepositoryUrl>
18
<Company>ClojureCLR contributors</Company>
19
<PackageTags>Clojure;ClojureCLR</PackageTags>
20
- <Version>1.5.3</Version>
+ <Version>1.5.4</Version>
21
</PropertyGroup>
22
23
<ItemGroup>
0 commit comments