Skip to content

Commit

Permalink
1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abscondment committed Aug 26, 2013
1 parent 356c78b commit 60a83cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For more detail, refer to [Wikipedia on Kd-trees](http://en.wikipedia.org/wiki/K

Add this to your project.clj `:dependencies` list:

[clj-kdtree "1.1.2"]
[clj-kdtree "1.2.0]

#### Build
```clojure
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-kdtree "1.1.2"
(defproject clj-kdtree "1.2.0"
:description "kd-trees for Clojure"
:url "https://github.com/abscondment/clj-kdtree"
:license {:name "The MIT License"
Expand Down

0 comments on commit 60a83cd

Please sign in to comment.