Skip to content

Commit 7c2f864

Browse files
committed
prepare release v1.4.4
1 parent 4b64500 commit 7c2f864

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ From the original README:
1717

1818
Nuget reference:
1919

20-
PM> Install-Package clojure.tools.namespace
20+
PM> Install-Package clojure.tools.namespace -Version 1.4.4
2121

2222
Leiningen/Clojars reference:
2323

24-
[org.clojure.clr/tools.namespace "1.2.0"]
24+
[org.clojure.clr/tools.namespace "1.4.4"]
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.2.0"
1+
(defproject org.clojure.clr/tools.namespace "1.4.4"
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"

0 commit comments

Comments
 (0)