From ba9f32ca56ea5241bc3f5f1c6c12fa30dd0a79c7 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 24 Jul 2014 08:01:43 +0100 Subject: [PATCH] Minor documentation changes --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa1897e..8611367 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ using Copyright © 2014 Simon Brooke -Distributed under the terms of the [GNU General Public License v2] -(http://www.gnu.org/licenses/gpl-2.0.html) \ No newline at end of file +Distributed under the terms of the +[GNU General Public License v2](http://www.gnu.org/licenses/gpl-2.0.html) \ No newline at end of file diff --git a/project.clj b/project.clj index 44d3a37..3794b07 100644 --- a/project.clj +++ b/project.clj @@ -8,4 +8,4 @@ [org.clojure/math.combinatorics "0.0.7"] [org.clojure/tools.trace "0.7.8"] [net.mikera/imagez "0.3.1"] - [fivetonine/collage "0.2.0"]]) + [fivetonine/collage "0.2.1"]])