Skip to content

Commit 244b38b

Browse files
committed
release v1.3.3
update multihash support more multibases including Base64Url
1 parent 38e9c8e commit 244b38b

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

build.xml

Lines changed: 3 additions & 3 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.2"/>
43+
<attribute name="Implementation-Version" value="1.3.3"/>
4444
</manifest>
4545
</jar>
4646
</target>
@@ -49,8 +49,8 @@
4949
<junit printsummary="yes" fork="true" haltonfailure="yes">
5050
<jvmarg value="-Xmx1g"/>
5151
<classpath>
52-
<pathelement location="lib/junit-4.12.jar" />
53-
<pathelement location="lib/hamcrest-core-1.3.jar" />
52+
<pathelement location="lib/junit-4.13.2.jar" />
53+
<pathelement location="lib/hamcrest-2.2.jar" />
5454
<pathelement location="dist/cid.jar" />
5555
</classpath>
5656
<test name="io.ipfs.cid.CidTest" haltonfailure="yes">

lib/hamcrest-2.2.jar

120 KB
Binary file not shown.

lib/hamcrest-core-1.3.jar

-44 KB
Binary file not shown.

lib/junit-4.12.jar

-308 KB
Binary file not shown.

lib/junit-4.13.2.jar

376 KB
Binary file not shown.

lib/multibase.jar

867 Bytes
Binary file not shown.

lib/multihash.jar

417 Bytes
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
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.2</version>
7+
<version>v1.3.3</version>
88
<packaging>jar</packaging>
99

1010
<name>cid</name>
@@ -34,7 +34,7 @@
3434
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3535
<version.junit>4.13.2</version.junit>
3636
<version.hamcrest>2.2</version.hamcrest>
37-
<version.multihash>v1.3.1</version.multihash>
37+
<version.multihash>v1.3.2</version.multihash>
3838
</properties>
3939

4040
<repositories>

0 commit comments

Comments
 (0)