Skip to content

Commit

Permalink
Release v1.4.6
Browse files Browse the repository at this point in the history
Update cid

Support multibases Base16Upper, Base32Pad, Base32PadUpper, Base32HexPad, Base32HexPadUpper, Base36Upper, Base64Url, Base64UrlPad
  • Loading branch information
ianopolous committed Sep 6, 2022
1 parent c5de591 commit 80f1b58
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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="multiaddr"/>
<attribute name="Implementation-Version" value="1.4.5"/>
<attribute name="Implementation-Version" value="1.4.6"/>
</manifest>
</jar>
</target>
Expand Down
Binary file modified lib/cid.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.multiformats</groupId>
<artifactId>java-multiaddr</artifactId>
<version>v1.4.5</version>
<version>v1.4.6</version>

<name>multiaddr</name>
<url>https://github.com/multiformats/java-multiaddr</url>
Expand Down Expand Up @@ -33,7 +33,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.junit>4.13.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>
<version.cid>v1.3.2</version.cid>
<version.cid>v1.3.3</version.cid>
</properties>

<repositories>
Expand Down

0 comments on commit 80f1b58

Please sign in to comment.