Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbernard committed Dec 3, 2022
1 parent 6504376 commit a5b412b
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 @@ -52,14 +52,14 @@ Add it to your Maven project's `pom.xml`:
<dependency>
<groupId>org.zeromq</groupId>
<artifactId>jeromq</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>

<!-- for the latest SNAPSHOT -->
<dependency>
<groupId>org.zeromq</groupId>
<artifactId>jeromq</artifactId>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.4-SNAPSHOT</version>
</dependency>

<!-- If you can't find the latest snapshot -->
Expand Down Expand Up @@ -140,7 +140,7 @@ JeroMQ.

## License

All source files are copyright © 2007-2020 contributors as noted in the AUTHORS file.
All source files are copyright © 2007-2022 contributors as noted in the AUTHORS file.

Free use of this software is granted under the terms of the Mozilla Public License 2.0. For details see the file `LICENSE` included with the JeroMQ distribution.

0 comments on commit a5b412b

Please sign in to comment.