Skip to content

Commit

Permalink
2.5 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 6, 2014
1 parent eb7d51d commit 741e01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ definition to your `pom.xml`:
With [Leiningen](http://leiningen.org): With [Leiningen](http://leiningen.org):


``` clojure ``` clojure
[com.novemberain/langohr "2.3.2"] [com.novemberain/langohr "2.5.0"]
``` ```


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


Expand Down

0 comments on commit 741e01e

Please sign in to comment.