Skip to content

Commit

Permalink
3.2.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 13, 2015
1 parent a404658 commit e5671c3
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 @@ -42,7 +42,7 @@ definition to your `pom.xml`:
With [Leiningen](http://leiningen.org):

``` clojure
[com.novemberain/langohr "3.1.0"]
[com.novemberain/langohr "3.2.0"]
```

With Maven:
Expand All @@ -51,7 +51,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>langohr</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>
```

Expand Down

0 comments on commit e5671c3

Please sign in to comment.