Skip to content

Commit

Permalink
Update README.md with 0.8.307
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Apr 13, 2018
1 parent 21bc962 commit 5fcd8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _NOTE: Transit is a work in progress and may evolve based on feedback. As a resu

## Releases and Dependency Information

* Latest release: 0.8.303
* Latest release: 0.8.307
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.cognitect%22%20AND%20a%3A%22transit-clj%22)

[Maven](http://maven.apache.org/) dependency information:
Expand All @@ -22,14 +22,14 @@ _NOTE: Transit is a work in progress and may evolve based on feedback. As a resu
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>transit-clj</artifactId>
<version>0.8.303</version>
<version>0.8.307</version>
</dependency>
```

[Leiningen](http://leiningen.org/) dependency information:

```clojure
[com.cognitect/transit-clj "0.8.303"]
[com.cognitect/transit-clj "0.8.307"]
```

## Usage
Expand Down

0 comments on commit 5fcd8e4

Please sign in to comment.