Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Feb 23, 2012
1 parent daf14ac commit e71e940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Insofar as most useful Clojure libraries have dependencies, any reasonable imple
Pomegranate is available in Maven central. Add it to your Leiningen `project.clj`:

----
[com.cemerick/pomegranate "0.0.7"]
[com.cemerick/pomegranate "0.0.9"]
----

or to your Maven project's `pom.xml`:
Expand All @@ -24,7 +24,7 @@ or to your Maven project's `pom.xml`:
<dependency>
<groupId>com.cemerick</groupId>
<artifactId>pomegranate</artifactId>
<version>0.0.7</version>
<version>0.0.9</version>
</dependency>
----

Expand Down

0 comments on commit e71e940

Please sign in to comment.