Skip to content

Commit e838fd1

Browse files
committed
Prepare release 1.2.0
1 parent 1eecb03 commit e838fd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0.1"]
24+
[org.clojure.clr/tools.namespace "1.2.0"]
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.1.0.1"
1+
(defproject org.clojure.clr/tools.namespace "1.2.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: 1 addition & 1 deletion
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.1.0.1</Version>
20+
<Version>1.2.0</Version>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<EmbeddedResource Include="tools\namespace\dependency.cljc" />

0 commit comments

Comments
 (0)