Skip to content

Commit db36d79

Browse files
committed
Fix reference to clr.tools.reader. push version to 1.0.0.2
1 parent ce0ec0f commit db36d79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Nuget reference:
2121

2222
Leiningen/Clojars reference:
2323

24-
[org.clojure.clr/tools.namespace "1.0.0.1"]
24+
[org.clojure.clr/tools.namespace "1.0.0.2"]
2525

2626

2727
## Notes on the ported code ##

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojure.clr/tools.namespace "1.0.0.1"
1+
(defproject org.clojure.clr/tools.namespace "1.0.0.2"
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"

src/clojure/clojure.tools.namespace.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryUrl>https://github.com/clojure/clr.tools.reader</RepositoryUrl>
1818
<Company>ClojureCLR contributors</Company>
1919
<PackageTags>Clojure;ClojureCLR</PackageTags>
20-
<Version>1.0.0.1</Version>
20+
<Version>1.0.0.2</Version>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<EmbeddedResource Include="tools\namespace\dependency.cljc" />
@@ -33,6 +33,6 @@
3333
<Folder Include="Properties\" />
3434
</ItemGroup>
3535
<ItemGroup>
36-
<PackageReference Include="clr.tools.reader" Version="1.3.2" />
36+
<PackageReference Include="clr.tools.reader" Version="1.3.2.1" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)