Skip to content

Commit

Permalink
Update README.md with 1.0.329
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 4, 2022
1 parent b4c47d7 commit 6c05949
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 intended primarily as a wire protocol for transferring data be

## Releases and Dependency Information

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

[Maven](https://maven.apache.org/) dependency information:
Expand All @@ -22,14 +22,14 @@ _NOTE: Transit is intended primarily as a wire protocol for transferring data be
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>transit-clj</artifactId>
<version>1.0.324</version>
<version>1.0.329</version>
</dependency>
```

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

```clojure
[com.cognitect/transit-clj "1.0.324"]
[com.cognitect/transit-clj "1.0.329"]
```

## Usage
Expand Down

0 comments on commit 6c05949

Please sign in to comment.