Skip to content

Commit

Permalink
Prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Oct 14, 2013
1 parent a4606ae commit 5ca9de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ca9de2

Please sign in to comment.