From 5991dbeb9d3bf6fb5ac356fe7ee13f54a1cefa68 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Sun, 18 Jul 2010 11:54:39 -0500 Subject: [PATCH] updating README and version to reflect 1.2 update --- README.markdown | 8 ++++---- project.clj | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index 9355d63..c638954 100644 --- a/README.markdown +++ b/README.markdown @@ -6,13 +6,13 @@ The only things you need to run the Clojure Koans are: - JRE 1.5 or higher -- clojure-1.1.0.jar - (http://github.com/downloads/relevance/functional-koans/clojure-1.1.0.jar) +- clojure-1.2.0-beta1.jar + (http://github.com/downloads/relevance/functional-koans/clojure-1.2.0-beta1.jar) -clojure-1.1.0.jar needs to be placed in a directory `lib` under this project. +clojure-1.2.0-beta1.jar needs to be placed in a directory `lib` under this project. You can also use leiningen (http://github.com/technomancy/leiningen) to -automatically install the clojure-1.1.0.jar in the right place. +automatically install the clojure-1.2.0-beta1.jar in the right place. After you have leiningen installed, run diff --git a/project.clj b/project.clj index 0f0e546..89b5282 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,4 @@ -(defproject functional-koans "0.0.1" +(defproject functional-koans "0.1.0" :description "The functional koans" - :dependencies [[org.clojure/clojure "1.2.0-beta1"] - [org.clojure/clojure-contrib "1.2.0-beta1"]] + :dependencies [[org.clojure/clojure "1.2.0-beta1"]] :namespaces [koans])