Skip to content

Commit 38e9c8e

Browse files
committed
release v1.3.2
1 parent c6bfaa0 commit 38e9c8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<attribute name="Class-Path" value="${manifest_cp}"/>
4141
<attribute name="Implementation-Vendor" value="io.ipfs"/>
4242
<attribute name="Implementation-Title" value="cid"/>
43-
<attribute name="Implementation-Version" value="1.3.0"/>
43+
<attribute name="Implementation-Version" value="1.3.2"/>
4444
</manifest>
4545
</jar>
4646
</target>
@@ -49,7 +49,7 @@
4949
<junit printsummary="yes" fork="true" haltonfailure="yes">
5050
<jvmarg value="-Xmx1g"/>
5151
<classpath>
52-
<pathelement location="lib/junit-4.11.jar" />
52+
<pathelement location="lib/junit-4.12.jar" />
5353
<pathelement location="lib/hamcrest-core-1.3.jar" />
5454
<pathelement location="dist/cid.jar" />
5555
</classpath>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.ipld</groupId>
66
<artifactId>java-cid</artifactId>
7-
<version>v1.3.1</version>
7+
<version>v1.3.2</version>
88
<packaging>jar</packaging>
99

1010
<name>cid</name>

0 commit comments

Comments
 (0)