From 5ca9de2e969b7fdf018017573fc88a06ed5e48b0 Mon Sep 17 00:00:00 2001 From: pron Date: Mon, 14 Oct 2013 22:25:38 +0300 Subject: [PATCH] Prepare release 0.3.0 --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 8fddc1e..4fe65c3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -13,13 +13,13 @@ Java 7 and Clojure 1.5 are required to run Pulsar. Add the following dependency to [Leiningen](http://github.com/technomancy/leiningen/)'s project.clj: ~~~ clojure -[co.paralleluniverse/pulsar "0.2.0"] +[co.paralleluniverse/pulsar "0.3.0"] ~~~ Then, the following must be added to the project.clj file: ~~~ clojure -:java-agents [[co.paralleluniverse/quasar-core "0.2.0"]] +:java-agents [[co.paralleluniverse/quasar-core "0.3.0"]] ~~~ or, add the following to the java command line: