Skip to content

Commit

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

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

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

Expand Down

0 comments on commit 53e715b

Please sign in to comment.