Skip to content

Commit

Permalink
0.3.0 README
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Feb 17, 2014
1 parent 646fd1f commit e037ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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.2.0"]
[com.cemerick/pomegranate "0.3.0"]
```

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.2.0</version>
<version>0.3.0</version>
</dependency>
```

Expand Down

0 comments on commit e037ed8

Please sign in to comment.