Skip to content

Commit

Permalink
prep 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Jun 26, 2012
1 parent d36926d commit f609ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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`:

```clojure
[com.cemerick/pomegranate "0.0.12"]
[com.cemerick/pomegranate "0.0.13"]
```

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.12</version>
<version>0.0.13</version>
</dependency>
```

Expand Down

0 comments on commit f609ae3

Please sign in to comment.