Skip to content

Commit

Permalink
Merge pull request #619 from trevorbernard/master
Browse files Browse the repository at this point in the history
Bump versions for upcoming release
  • Loading branch information
trevorbernard committed Oct 30, 2018
2 parents 6f78de4 + eba4317 commit c130c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add it to your Maven project's `pom.xml`:
<dependency>
<groupId>org.zeromq</groupId>
<artifactId>jeromq</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5.0-SNAPSHOT</version>
</dependency>

<!-- If you can't find the latest snapshot -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.zeromq</groupId>
<artifactId>jeromq</artifactId>
<packaging>jar</packaging>
<version>0.4.4-SNAPSHOT</version>
<version>0.5.0-SNAPSHOT</version>
<name>JeroMQ</name>
<description>Pure Java implementation of libzmq</description>
<url>https://github.com/zeromq/jeromq</url>
Expand Down

0 comments on commit c130c3a

Please sign in to comment.