Skip to content

Commit

Permalink
Update README for 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jul 1, 2011
1 parent 2b643ed commit 711d66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,15 +10,15 @@ In Maven:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>java.jdbc</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

In Leiningen:

```clj
:dependencies [...
[org.clojure/java.jdbc "0.0.2"]
[org.clojure/java.jdbc "0.0.3"]
...]
```

Expand Down

0 comments on commit 711d66a

Please sign in to comment.