pom.xml: version set to 0.4.2

Failed to set the version in the pom for the 0.4.1 hotfix
This commit is contained in:
Paul Campbell 2016-09-13 19:48:25 +01:00
parent ce55d437ba
commit ab20620227

View file

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>node</artifactId>
<version>0.4.0</version>
<version>0.4.2</version>
<packaging>jar</packaging>
<name>Node</name>