Skip to content

Commit

Permalink
Update README.md with 0.8.280
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jun 22, 2022
1 parent fbef11a commit 52c7454
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 @@ -18,15 +18,15 @@ _NOTE: Transit is intended primarily as a wire protocol for transferring data be

## Releases and Dependency Information

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

### Leiningen

Add the following to your `project.clj` `:dependencies`:

```
[com.cognitect/transit-cljs "0.8.269"]
[com.cognitect/transit-cljs "0.8.280"]
```

### Maven
Expand All @@ -37,7 +37,7 @@ Add the following to your `project.clj` `:dependencies`:
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>transit-cljs</artifactId>
<version>0.8.269</version>
<version>0.8.280</version>
</dependency>
```

Expand Down

0 comments on commit 52c7454

Please sign in to comment.