Skip to content

Commit

Permalink
release v1.3.3
Browse files Browse the repository at this point in the history
update multihash

support more multibases including Base64Url
  • Loading branch information
ianopolous committed Sep 6, 2022
1 parent 38e9c8e commit 244b38b
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<attribute name="Class-Path" value="${manifest_cp}"/>
<attribute name="Implementation-Vendor" value="io.ipfs"/>
<attribute name="Implementation-Title" value="cid"/>
<attribute name="Implementation-Version" value="1.3.2"/>
<attribute name="Implementation-Version" value="1.3.3"/>
</manifest>
</jar>
</target>
Expand All @@ -49,8 +49,8 @@
<junit printsummary="yes" fork="true" haltonfailure="yes">
<jvmarg value="-Xmx1g"/>
<classpath>
<pathelement location="lib/junit-4.12.jar" />
<pathelement location="lib/hamcrest-core-1.3.jar" />
<pathelement location="lib/junit-4.13.2.jar" />
<pathelement location="lib/hamcrest-2.2.jar" />
<pathelement location="dist/cid.jar" />
</classpath>
<test name="io.ipfs.cid.CidTest" haltonfailure="yes">
Expand Down
Binary file added lib/hamcrest-2.2.jar
Binary file not shown.
Binary file removed lib/hamcrest-core-1.3.jar
Binary file not shown.
Binary file removed lib/junit-4.12.jar
Binary file not shown.
Binary file added lib/junit-4.13.2.jar
Binary file not shown.
Binary file modified lib/multibase.jar
Binary file not shown.
Binary file modified lib/multihash.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.ipld</groupId>
<artifactId>java-cid</artifactId>
<version>v1.3.2</version>
<version>v1.3.3</version>
<packaging>jar</packaging>

<name>cid</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.junit>4.13.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>
<version.multihash>v1.3.1</version.multihash>
<version.multihash>v1.3.2</version.multihash>
</properties>

<repositories>
Expand Down

0 comments on commit 244b38b

Please sign in to comment.