Skip to content

Commit

Permalink
Update README.md with 0.8.313
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 17, 2018
1 parent e470dc6 commit e677784
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.309
* Latest release: 0.8.313
* [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.309</version>
<version>0.8.313</version>
</dependency>
```

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

```clojure
[com.cognitect/transit-clj "0.8.309"]
[com.cognitect/transit-clj "0.8.313"]
```

## Usage
Expand Down

0 comments on commit e677784

Please sign in to comment.