Skip to content

Commit a5b412b

Browse files
committed
Update README.md
1 parent 6504376 commit a5b412b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ Add it to your Maven project's `pom.xml`:
5252
<dependency>
5353
<groupId>org.zeromq</groupId>
5454
<artifactId>jeromq</artifactId>
55-
<version>0.5.2</version>
55+
<version>0.5.3</version>
5656
</dependency>
5757

5858
<!-- for the latest SNAPSHOT -->
5959
<dependency>
6060
<groupId>org.zeromq</groupId>
6161
<artifactId>jeromq</artifactId>
62-
<version>0.5.3-SNAPSHOT</version>
62+
<version>0.5.4-SNAPSHOT</version>
6363
</dependency>
6464

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

141141
## License
142142

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

145145
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.
146146

0 commit comments

Comments
 (0)