Skip to content

Commit 2569a33

Browse files
committed
Prepare release tools.namespace-1.1.0
1 parent 6228555 commit 2569a33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3"
1+
(defproject org.clojure.clr/tools.namespace "1.1.0"
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.3</Version>
20+
<Version>1.1.0</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.2" />
36+
<PackageReference Include="clr.tools.reader" Version="1.3.4" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)