Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Update README version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Jan 17, 2013
1 parent c0f38ca commit 24b106a
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 @@ -113,7 +113,7 @@ Friend is available in Clojars. Add this `:dependency` to your Leiningen
`project.clj`:

```clojure
[com.cemerick/friend "0.1.2"]
[com.cemerick/friend "0.1.3"]
```

Or, add this to your Maven project's `pom.xml`:
Expand All @@ -127,7 +127,7 @@ Or, add this to your Maven project's `pom.xml`:
<dependency>
<groupId>com.cemerick</groupId>
<artifactId>friend</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
```

Expand Down

0 comments on commit 24b106a

Please sign in to comment.